chatcleaner: blocking other connections if one client is connected

This commit is contained in:
doitux
2009-07-31 19:54:51 +00:00
parent ea5bf107f4
commit 5ff441419f
2 changed files with 12 additions and 3 deletions
+2 -1
View File
@@ -17,7 +17,7 @@ public:
private slots:
void newCon();
void onRead();
void socketStateChanged(QAbstractSocket::SocketState);
void refreshConfig();
private:
@@ -27,6 +27,7 @@ private:
MessageFilter *myMessageFilter;
CleanerConfig *config;
bool blockConnection;
};
#endif // CLEANERSERVER_H