summaryrefslogtreecommitdiffstats
path: root/tests/teststore.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/teststore.h')
-rw-r--r--tests/teststore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/teststore.h b/tests/teststore.h
index e8fce6da..5df20416 100644
--- a/tests/teststore.h
+++ b/tests/teststore.h
@@ -28,6 +28,7 @@ class TestStore : public QObject {
28public: 28public:
29 Q_INVOKABLE void setup(const QVariantMap &); 29 Q_INVOKABLE void setup(const QVariantMap &);
30 Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &); 30 Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &);
31 Q_INVOKABLE QVariantMap read(const QVariant &);
31}; 32};
32 33
33} 34}