summaryrefslogtreecommitdiffstats
path: root/tests/teststore.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-24 09:46:42 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-01-24 09:46:42 +0100
commitaf2e92982b722ed0ea8f465649b843cb5ed4fda7 (patch)
tree4e4567ccb803c004402d4050a2317bc000335b68 /tests/teststore.h
parent5f17e726ad63eec6ef78d15baa8ed42625679197 (diff)
downloadkube-af2e92982b722ed0ea8f465649b843cb5ed4fda7.tar.gz
kube-af2e92982b722ed0ea8f465649b843cb5ed4fda7.zip
Tested account setup
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 5df20416..1a6a2563 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 QVariantList loadList(const QByteArray &type, const QVariantMap &);
31 Q_INVOKABLE QVariantMap read(const QVariant &); 32 Q_INVOKABLE QVariantMap read(const QVariant &);
32}; 33};
33 34