diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-12 04:11:32 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-14 01:02:12 (GMT) |
commit | ca64874f1a9f6453a0bd5a0f6b8ae61d49900314 (patch) | |
tree | 5fbede3c74dec49e4a443fc7f98edbb80071988a /tools/qml/qmlruntime.h | |
parent | b16e6e70529b8ef86734324c6c6a0e151ddf4bc8 (diff) | |
download | Qt-ca64874f1a9f6453a0bd5a0f6b8ae61d49900314.zip Qt-ca64874f1a9f6453a0bd5a0f6b8ae61d49900314.tar.gz Qt-ca64874f1a9f6453a0bd5a0f6b8ae61d49900314.tar.bz2 |
Support recording visual snapshot tests.
Diffstat (limited to 'tools/qml/qmlruntime.h')
-rw-r--r-- | tools/qml/qmlruntime.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h index 6f1e425..b934a70 100644 --- a/tools/qml/qmlruntime.h +++ b/tools/qml/qmlruntime.h @@ -81,7 +81,8 @@ public: TestErrorProperty = 0x00000008, SaveOnExit = 0x00000010, ExitOnComplete = 0x00000020, - ExitOnFailure = 0x00000040 + ExitOnFailure = 0x00000040, + Snapshot = 0x00000080 }; Q_DECLARE_FLAGS(ScriptOptions, ScriptOption) void setScript(const QString &s) { m_script = s; } |