summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSimon Rettberg2017-03-30 13:35:29 +0200
committerSimon Rettberg2017-03-30 13:35:29 +0200
commitf870d03613feb45905e58a857b74ef37a214c489 (patch)
treeb42bedb7fd677fba57a173cca2c1fd45fe866082 /src/globals.h
parentRemove stupid crap (diff)
downloadvmchooser2-f870d03613feb45905e58a857b74ef37a214c489.tar.gz
vmchooser2-f870d03613feb45905e58a857b74ef37a214c489.tar.xz
vmchooser2-f870d03613feb45905e58a857b74ef37a214c489.zip
Implement --pvs option
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 8b592ac..5acd561 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -23,7 +23,7 @@ class QString;
class Session;
extern bool debugMode;
-extern bool pvsEnabled;
+extern bool g_pvsEnabled;
extern int g_autoQuitSeconds;
extern bool g_allowVmEdit;