mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
don't pm people ignoring you
This commit is contained in:
parent
0afdbc7222
commit
1bee788210
9 changed files with 36 additions and 5 deletions
|
|
@ -7,6 +7,7 @@ class AbstractClient;
|
|||
class ChatView;
|
||||
class QLineEdit;
|
||||
class Event_Message;
|
||||
class ProtocolResponse;
|
||||
|
||||
class TabMessage : public Tab {
|
||||
Q_OBJECT
|
||||
|
|
@ -24,6 +25,7 @@ signals:
|
|||
private slots:
|
||||
void sendMessage();
|
||||
void actLeave();
|
||||
void messageSent(ProtocolResponse *response);
|
||||
public:
|
||||
TabMessage(TabSupervisor *_tabSupervisor, AbstractClient *_client, const QString &_ownName, const QString &_userName);
|
||||
~TabMessage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue