QTfrontend/ui/widget/chatwidget.cpp
changeset 7537 833a0c34fafc
parent 6952 7f70f37bbf08
child 7720 8e6b79a020f8
equal deleted inserted replaced
7535:87e5838103ff 7537:833a0c34fafc
   920     m_isAdmin = b;
   920     m_isAdmin = b;
   921 
   921 
   922     if(b)
   922     if(b)
   923     {
   923     {
   924         chatNicks->insertAction(0, acKick);
   924         chatNicks->insertAction(0, acKick);
   925 //      chatNicks->insertAction(0, acBan);
   925         chatNicks->insertAction(0, acBan);
   926     }
   926     }
   927 }
   927 }
   928 
   928 
   929 void HWChatWidget::dragEnterEvent(QDragEnterEvent * event)
   929 void HWChatWidget::dragEnterEvent(QDragEnterEvent * event)
   930 {
   930 {