QTfrontend/chatwidget.cpp
changeset 4560 5d6c7f88db73
parent 3925 44b4218605f6
child 4876 813ef4e8e385
equal deleted inserted replaced
4559:194d5a7a3fd4 4560:5d6c7f88db73
   339     if (item) onFollow();
   339     if (item) onFollow();
   340 }
   340 }
   341 
   341 
   342 void HWChatWidget::chatNickSelected(int index)
   342 void HWChatWidget::chatNickSelected(int index)
   343 {
   343 {
       
   344     Q_UNUSED(index);
       
   345 
   344     QListWidgetItem* item = chatNicks->currentItem();
   346     QListWidgetItem* item = chatNicks->currentItem();
   345     if (!item)
   347     if (!item)
   346         return;
   348         return;
   347 
   349 
   348     // update context menu labels according to possible action
   350     // update context menu labels according to possible action