From d6432402e84369bcb1424f01a2eaeba9d2408f0a Mon Sep 17 00:00:00 2001 From: Imanol-Mikel Barba Sabariego Date: Tue, 7 Jan 2014 01:38:26 +0000 Subject: [PATCH] git-svn-id: svn://imanolbarba.net/PAD@49 c2ee353e-ed0d-4329-bf56-03aec153487f --- QChatClient/chatwindow.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/QChatClient/chatwindow.h b/QChatClient/chatwindow.h index 9c2f1e7..743223c 100644 --- a/QChatClient/chatwindow.h +++ b/QChatClient/chatwindow.h @@ -18,6 +18,7 @@ class ChatWindow : public QMainWindow public: explicit ChatWindow(QString nick, QWidget *parent = 0); void notifyPrint(string& msg); + void notifyClose(); ~ChatWindow(); public slots: -- libgit2 0.22.2