diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-09-18 02:57:15 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-09-18 02:57:15 (GMT) |
commit | 62615291477b6268263fad5c1f767d6291b541c4 (patch) | |
tree | bdd566135354472f6494b0cad264e324864da59e /src/declarative/qml/qmlengine_p.h | |
parent | f2d5e83afcc30de4d77b30f90df6f82e53796d59 (diff) | |
download | Qt-62615291477b6268263fad5c1f767d6291b541c4.zip Qt-62615291477b6268263fad5c1f767d6291b541c4.tar.gz Qt-62615291477b6268263fad5c1f767d6291b541c4.tar.bz2 |
Make SqlDatabase testable and add a basic test.
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r-- | src/declarative/qml/qmlengine_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h index 0eeae0c..cca8355 100644 --- a/src/declarative/qml/qmlengine_p.h +++ b/src/declarative/qml/qmlengine_p.h @@ -201,6 +201,7 @@ public: QmlCompositeTypeManager typeManager; QStringList fileImportPath; + QString offlineStoragePath; mutable quint32 uniqueId; quint32 getUniqueId() const { |