summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-09-24 04:13:15 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-09-24 04:18:58 (GMT)
commita1c1ff8561e8aefe4b4d09af1273bcb98c192772 (patch)
tree822b629abfce43ca3a068c3850a138f529f2180c /tools/qmlviewer/qmlviewer.h
parent09b117a97edd0791fb2c30f7a73704c926327ba3 (diff)
downloadQt-a1c1ff8561e8aefe4b4d09af1273bcb98c192772.zip
Qt-a1c1ff8561e8aefe4b4d09af1273bcb98c192772.tar.gz
Qt-a1c1ff8561e8aefe4b4d09af1273bcb98c192772.tar.bz2
Update visual autotests and visual autotest infrastructure
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; }