summaryrefslogtreecommitdiffstats
path: root/framework/src/accounts/accountfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/accounts/accountfactory.h')
-rw-r--r--framework/src/accounts/accountfactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/accounts/accountfactory.h b/framework/src/accounts/accountfactory.h
index 429559a1..34293bb2 100644
--- a/framework/src/accounts/accountfactory.h
+++ b/framework/src/accounts/accountfactory.h
@@ -19,13 +19,14 @@
19 19
20#pragma once 20#pragma once
21 21
22#include "kube_export.h"
22#include <QObject> 23#include <QObject>
23#include <QVariant> 24#include <QVariant>
24 25
25/** 26/**
26 * A factory to instantiate account-plugins. 27 * A factory to instantiate account-plugins.
27 */ 28 */
28class AccountFactory : public QObject 29class KUBE_EXPORT AccountFactory : public QObject
29{ 30{
30 Q_OBJECT 31 Q_OBJECT
31 Q_PROPERTY(QString accountId MEMBER mAccountId WRITE setAccountId); 32 Q_PROPERTY(QString accountId MEMBER mAccountId WRITE setAccountId);