QTfrontend/chatwidget.cpp
branchexperimental3D
changeset 4812 f924be23ffb4
parent 4560 5d6c7f88db73
child 4876 813ef4e8e385
equal deleted inserted replaced
4347:0ddb100fea61 4812:f924be23ffb4
   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