summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2016-12-22 14:02:31 +0100
committerSimon Rettberg2016-12-22 14:02:31 +0100
commit69a87ddf7faee8b26747b3e0c1cc97ab06bc779d (patch)
tree9f835c13c1a367af994e79734989d8f08f385bb2 /src/globals.h
parentDon't lower() window on startup (diff)
downloadvmchooser2-69a87ddf7faee8b26747b3e0c1cc97ab06bc779d.tar.gz
vmchooser2-69a87ddf7faee8b26747b3e0c1cc97ab06bc779d.tar.xz
vmchooser2-69a87ddf7faee8b26747b3e0c1cc97ab06bc779d.zip
Add --autoquit <seconds> that will quit automatically if no action is performed within a given time span
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index a3b1e99..a2a8805 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -24,6 +24,7 @@ class Session;
extern bool debugMode;
extern bool pvsEnabled;
+extern int g_autoQuitSeconds;
extern QString binPath;
extern QString etcPath;