Commit d6432402e84369bcb1424f01a2eaeba9d2408f0a
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,6 +18,7 @@ class ChatWindow : public QMainWindow | ||
18 | public: | 18 | public: |
19 | explicit ChatWindow(QString nick, QWidget *parent = 0); | 19 | explicit ChatWindow(QString nick, QWidget *parent = 0); |
20 | void notifyPrint(string& msg); | 20 | void notifyPrint(string& msg); |
21 | + void notifyClose(); | ||
21 | ~ChatWindow(); | 22 | ~ChatWindow(); |
22 | 23 | ||
23 | public slots: | 24 | public slots: |