summaryrefslogtreecommitdiffstats
path: root/framework/src
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src')
-rw-r--r--framework/src/domain/settings/accountsettings.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/settings/accountsettings.h b/framework/src/domain/settings/accountsettings.h
index 7134539a..88a85b62 100644
--- a/framework/src/domain/settings/accountsettings.h
+++ b/framework/src/domain/settings/accountsettings.h
@@ -18,10 +18,11 @@
18*/ 18*/
19#pragma once 19#pragma once
20 20
21#include "kube_export.h"
21#include <QObject> 22#include <QObject>
22#include <QValidator> 23#include <QValidator>
23 24
24class AccountSettings : public QObject 25class KUBE_EXPORT AccountSettings : public QObject
25{ 26{
26 Q_OBJECT 27 Q_OBJECT
27 Q_PROPERTY(QByteArray accountIdentifier READ accountIdentifier WRITE setAccountIdentifier) 28 Q_PROPERTY(QByteArray accountIdentifier READ accountIdentifier WRITE setAccountIdentifier)