diff options
Diffstat (limited to 'tests/teststore.h')
-rw-r--r-- | tests/teststore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/teststore.h b/tests/teststore.h index 1a6a2563..4d5359a7 100644 --- a/tests/teststore.h +++ b/tests/teststore.h | |||
@@ -27,6 +27,7 @@ class TestStore : public QObject { | |||
27 | Q_OBJECT | 27 | Q_OBJECT |
28 | public: | 28 | public: |
29 | Q_INVOKABLE void setup(const QVariantMap &); | 29 | Q_INVOKABLE void setup(const QVariantMap &); |
30 | Q_INVOKABLE void shutdownResources(); | ||
30 | Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &); | 31 | Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &); |
31 | Q_INVOKABLE QVariantList loadList(const QByteArray &type, const QVariantMap &); | 32 | Q_INVOKABLE QVariantList loadList(const QByteArray &type, const QVariantMap &); |
32 | Q_INVOKABLE QVariantMap read(const QVariant &); | 33 | Q_INVOKABLE QVariantMap read(const QVariant &); |