diff -r bff919afc63f -r 047be82b6f67 QTfrontend/ui/widget/chatwidget.h --- a/QTfrontend/ui/widget/chatwidget.h Sun Oct 02 17:39:42 2016 +0200 +++ b/QTfrontend/ui/widget/chatwidget.h Sun Oct 02 18:29:55 2016 +0200 @@ -128,6 +128,7 @@ void chatLine(const QString& str); void kick(const QString & str); void ban(const QString & str); + void delegate(const QString & str); void info(const QString & str); void follow(const QString &); void nickCountUpdate(int cnt); @@ -144,6 +145,7 @@ QAction * acInfo; QAction * acKick; QAction * acBan; + QAction * acDelegate; QAction * acFollow; QAction * acIgnore; QAction * acFriend; @@ -163,6 +165,7 @@ void returnPressed(); void onBan(); void onKick(); + void onDelegate(); void onInfo(); void onFollow(); void onIgnore();