cardInfoPopup fix; chatView fix

This commit is contained in:
Max-Wilhelm Bruker 2011-06-28 02:37:49 +02:00
parent 9f098f2a6d
commit 0120d2a019
13 changed files with 38 additions and 25 deletions

View file

@ -172,8 +172,7 @@ void CardInfoWidget::resizeEvent(QResizeEvent * /*event*/)
}
}
void CardInfoWidget::mouseReleaseEvent(QMouseEvent *event)
QString CardInfoWidget::getCardName() const
{
if ((event->button() == Qt::MidButton) && (mode == ModePopUp))
emit mouseReleased();
}
return nameLabel2->text();
}