summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r--tools/qmlviewer/qmlviewer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h
index c785e89..7f9dca0 100644
--- a/tools/qmlviewer/qmlviewer.h
+++ b/tools/qmlviewer/qmlviewer.h
@@ -38,8 +38,9 @@ public:
Play = 0x00000001,
Record = 0x00000002,
TestImages = 0x00000004,
- ExitOnComplete = 0x00000008,
- ExitOnFailure = 0x00000010
+ SaveOnExit = 0x00000008,
+ ExitOnComplete = 0x00000010,
+ ExitOnFailure = 0x00000020
};
Q_DECLARE_FLAGS(ScriptOptions, ScriptOption)
void setScript(const QString &s) { m_script = s; }