QTfrontend/ui/widget/chatwidget.cpp
changeset 7743 dc41e9222d2c
parent 7742 e5e529dcc9bb
child 7911 98b806c1793d
--- a/QTfrontend/ui/widget/chatwidget.cpp	Wed Oct 10 23:55:09 2012 +0400
+++ b/QTfrontend/ui/widget/chatwidget.cpp	Wed Oct 10 23:58:23 2012 +0400
@@ -828,9 +828,6 @@
 
     chatNicks->setModel(model);
     chatNicks->setModelColumn(0);
-
-    connect(chatNicks->selectionModel(), SIGNAL(currentRowChanged(QModelIndex,QModelIndex)),
-            this, SLOT(chatNickSelected()));
 }
 
 void HWChatWidget::nicksContextMenuRequested(const QPoint &pos)