changeset 4917 | 8ff92bdc9f98 |
parent 4899 | 8163c9aaad0c |
child 4976 | 088d40d8aba2 |
--- a/QTfrontend/chatwidget.cpp Fri Feb 04 20:41:46 2011 +0100 +++ b/QTfrontend/chatwidget.cpp Sat Feb 05 11:05:16 2011 +0300 @@ -502,6 +502,8 @@ void HWChatWidget::chatNickDoubleClicked(QListWidgetItem * item) { + Q_UNUSED(item); + QList<QAction *> actions = chatNicks->actions(); actions.first()->activate(QAction::Trigger); }