summaryrefslogtreecommitdiffstats
path: root/tests/teststore.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/teststore.h')
-rw-r--r--tests/teststore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/teststore.h b/tests/teststore.h
index f0578ca5..e8fce6da 100644
--- a/tests/teststore.h
+++ b/tests/teststore.h
@@ -19,6 +19,7 @@
19#pragma once 19#pragma once
20 20
21#include <QObject> 21#include <QObject>
22#include <QVariant>
22 23
23namespace Kube { 24namespace Kube {
24 25
@@ -26,6 +27,7 @@ class TestStore : public QObject {
26 Q_OBJECT 27 Q_OBJECT
27public: 28public:
28 Q_INVOKABLE void setup(const QVariantMap &); 29 Q_INVOKABLE void setup(const QVariantMap &);
30 Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &);
29}; 31};
30 32
31} 33}