summaryrefslogtreecommitdiffstats
path: root/src/dialog.h
diff options
context:
space:
mode:
authorSteffen Ritter2017-08-24 16:42:36 +0200
committerSteffen Ritter2017-08-24 16:42:36 +0200
commitd029ce3e3d3ab1acafdc78f2fd4dfde03419c3fd (patch)
tree5d776133bf6154e15daa3d9f47662216fde5db94 /src/dialog.h
parentFix admin mode checkbox handling (diff)
downloadvmchooser2-d029ce3e3d3ab1acafdc78f2fd4dfde03419c3fd.tar.gz
vmchooser2-d029ce3e3d3ab1acafdc78f2fd4dfde03419c3fd.tar.xz
vmchooser2-d029ce3e3d3ab1acafdc78f2fd4dfde03419c3fd.zip
Reset 'autoquit' on user interaction
Diffstat (limited to 'src/dialog.h')
-rw-r--r--src/dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dialog.h b/src/dialog.h
index ea042cd..c0e2b43 100644
--- a/src/dialog.h
+++ b/src/dialog.h
@@ -54,6 +54,7 @@ class Dialog : public QDialog {
QString autoStartEntry_;
int activeTab_;
int defaultTab_;
+ int autoQuit_;
bool userInteracted_;
bool genericExpandedOnce_;
bool examMode_;