QTfrontend/ui/widget/chatwidget.h
changeset 7742 e5e529dcc9bb
parent 7741 d216f0599291
child 8179 a1ffcb559f99
equal deleted inserted replaced
7741:d216f0599291 7742:e5e529dcc9bb
   129         void onKick();
   129         void onKick();
   130         void onInfo();
   130         void onInfo();
   131         void onFollow();
   131         void onFollow();
   132         void onIgnore();
   132         void onIgnore();
   133         void onFriend();
   133         void onFriend();
       
   134         void chatNickDoubleClicked(const QModelIndex & index);
   134         void linkClicked(const QUrl & link);
   135         void linkClicked(const QUrl & link);
   135         void nicksContextMenuRequested(const QPoint & pos);
   136         void nicksContextMenuRequested(const QPoint & pos);
   136 };
   137 };
   137 
   138 
   138 #endif // _CHAT_WIDGET_INCLUDED
   139 #endif // _CHAT_WIDGET_INCLUDED