Commit d6432402e84369bcb1424f01a2eaeba9d2408f0a

Authored by Imanol-Mikel Barba Sabariego
1 parent be6241db

git-svn-id: svn://imanolbarba.net/PAD@49 c2ee353e-ed0d-4329-bf56-03aec153487f

Showing 1 changed file with 1 additions and 0 deletions
QChatClient/chatwindow.h
... ... @@ -18,6 +18,7 @@ class ChatWindow : public QMainWindow
18 18 public:
19 19 explicit ChatWindow(QString nick, QWidget *parent = 0);
20 20 void notifyPrint(string& msg);
  21 + void notifyClose();
21 22 ~ChatWindow();
22 23  
23 24 public slots:
... ...