From f870d03613feb45905e58a857b74ef37a214c489 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 30 Mar 2017 13:35:29 +0200 Subject: Implement --pvs option --- src/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.cpp') 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; -- cgit v1.2.3-55-g7522