summaryrefslogtreecommitdiffstats
path: root/src/globals.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.cpp')
-rw-r--r--src/globals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.cpp b/src/globals.cpp
index 1531e67..f3404cc 100644
--- a/src/globals.cpp
+++ b/src/globals.cpp
@@ -19,7 +19,7 @@ const QString userConfFile(userPath + "/vmchooser.conf");
const QString previousSessionFile(userPath + "/vmchooser2.ini");
bool debugMode = false;
-bool pvsEnabled = false;
+bool g_pvsEnabled = false;
int g_autoQuitSeconds = 0;
bool g_allowVmEdit = false;