summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-07-29 16:00:03 +0200
committerBjörn Hagemeister2014-07-29 16:00:03 +0200
commit3464aa7e56f900ab37772e7c1bb4dade1ae7d7a9 (patch)
tree6e8917eca4f3d028f810cbbe32af94e3092ec8df /src/server/mainwindow/mainwindow.h
parentFixed bug, that frame moved on (0,0) is asked to be deleted. (diff)
downloadpvs2-3464aa7e56f900ab37772e7c1bb4dade1ae7d7a9.tar.gz
pvs2-3464aa7e56f900ab37772e7c1bb4dade1ae7d7a9.tar.xz
pvs2-3464aa7e56f900ab37772e7c1bb4dade1ae7d7a9.zip
Fixed, deleting clients after SessionNameUpdate.
Using Counter, change for the first time --> do nothing change for the second time --> delete clients. Maybe too complicated for user?
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 1990fe6..924738c 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -56,6 +56,7 @@ private:
None
} _mode;
int _streamingSource;
+ int _countSessionNameUpdate;
QList<ConnectionFrame*> _clientFrames;
ListenServer *_listenServer;