summaryrefslogtreecommitdiffstats
path: root/src/client/util/platform/blankscreen.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-10 15:41:10 +0100
committerSimon Rettberg2017-02-10 15:41:10 +0100
commit9c1b3e72ad664d145fd5802da5a7432b788d0814 (patch)
tree141f823abc68617ec267587ce122163c994d2f5d /src/client/util/platform/blankscreen.h
parent[sample_configuration] kb-lock: Disable mouse too (diff)
downloadpvs2-9c1b3e72ad664d145fd5802da5a7432b788d0814.tar.gz
pvs2-9c1b3e72ad664d145fd5802da5a7432b788d0814.tar.xz
pvs2-9c1b3e72ad664d145fd5802da5a7432b788d0814.zip
[client] Periodically bring vnc and lock window to top
Diffstat (limited to 'src/client/util/platform/blankscreen.h')
-rw-r--r--src/client/util/platform/blankscreen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/util/platform/blankscreen.h b/src/client/util/platform/blankscreen.h
index 24c4969..8d8c9de 100644
--- a/src/client/util/platform/blankscreen.h
+++ b/src/client/util/platform/blankscreen.h
@@ -21,6 +21,9 @@ private:
bool _locked;
QString _message;
BlankScreen_Sysdep* _sysdep;
+
+private slots:
+ void timer_moveToTop();
};
#endif