summaryrefslogtreecommitdiffstats
path: root/src/server/mainwindow/mainwindow.h
diff options
context:
space:
mode:
authorBjörn Hagemeister2014-06-19 15:28:50 +0200
committerBjörn Hagemeister2014-06-19 15:28:50 +0200
commite5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b (patch)
tree8bfb349231269ead74ee7407f2a1a587113123f1 /src/server/mainwindow/mainwindow.h
parentDelete connected clients and connectionFrames after sessionName has changed. (diff)
downloadpvs2-e5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b.tar.gz
pvs2-e5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b.tar.xz
pvs2-e5c884b2b36f6ea4cadbe9e835b0b10f7ffbaf3b.zip
NEW feature: Possible to delete offline client by drag and drop to trash, which is positioned in the right bottom corner of manager.
Diffstat (limited to 'src/server/mainwindow/mainwindow.h')
-rw-r--r--src/server/mainwindow/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/mainwindow/mainwindow.h b/src/server/mainwindow/mainwindow.h
index 851dc84..524a0b1 100644
--- a/src/server/mainwindow/mainwindow.h
+++ b/src/server/mainwindow/mainwindow.h
@@ -69,6 +69,8 @@ private:
static const QString sStrDestNdef;
static const QString sStrDestOffline;
static const QString sStrSourceDestSame;
+ static const QString sStrClientOnline;
+ static const QString sStrNoDestAv;
void placeFrameInFreeSlot(ConnectionFrame* frame);
ConnectionFrame* createFrame();