From ed317a9be63c6877702d0871e5fa1bef34ab799f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 Jan 2018 14:32:37 +0100 Subject: Composertest with TestStore --- tests/teststore.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/teststore.h') 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 @@ #pragma once #include +#include namespace Kube { @@ -26,6 +27,7 @@ class TestStore : public QObject { Q_OBJECT public: Q_INVOKABLE void setup(const QVariantMap &); + Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &); }; } -- cgit v1.2.3