From af2e92982b722ed0ea8f465649b843cb5ed4fda7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Jan 2018 09:46:42 +0100 Subject: Tested account setup --- tests/teststore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/teststore.h') 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 { public: Q_INVOKABLE void setup(const QVariantMap &); Q_INVOKABLE QVariant load(const QByteArray &type, const QVariantMap &); + Q_INVOKABLE QVariantList loadList(const QByteArray &type, const QVariantMap &); Q_INVOKABLE QVariantMap read(const QVariant &); }; -- cgit v1.2.3