summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-05-12 18:52:30 +0200
committerSebastian Schmelzer2011-05-12 18:52:30 +0200
commit6da16aa23538d7d35ec0f0cf24465474537d74fa (patch)
tree474db93bbd0a89c0f9428bd6235508f917f2eb26 /src/globals.h
parentswitch default theme to openslx (diff)
downloadvmchooser-6da16aa23538d7d35ec0f0cf24465474537d74fa.tar.gz
vmchooser-6da16aa23538d7d35ec0f0cf24465474537d74fa.tar.xz
vmchooser-6da16aa23538d7d35ec0f0cf24465474537d74fa.zip
make --pvs option configurable via vmchooser.conf
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 b36c959..d46db63 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -17,6 +17,7 @@
class QString;
extern bool debugMode;
+extern bool pvsEnabled;
extern QString binPath;
extern QString etcPath;