diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-08 14:32:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-08 16:26:38 +0100 |
commit | ed317a9be63c6877702d0871e5fa1bef34ab799f (patch) | |
tree | 1ed15ea9dae1a48285674f06365d404af8c9b5c0 /tests/teststore.h | |
parent | 3ac6cf5ffae2247719730f328d1363c498e4ee83 (diff) | |
download | kube-ed317a9be63c6877702d0871e5fa1bef34ab799f.tar.gz kube-ed317a9be63c6877702d0871e5fa1bef34ab799f.zip |
Composertest with TestStore
Diffstat (limited to 'tests/teststore.h')
-rw-r--r-- | tests/teststore.h | 2 |
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 | ||
23 | namespace Kube { | 24 | namespace Kube { |
24 | 25 | ||
@@ -26,6 +27,7 @@ class TestStore : public QObject { | |||
26 | Q_OBJECT | 27 | Q_OBJECT |
27 | public: | 28 | public: |
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 | } |