diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 18:14:10 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 18:14:10 +0200 |
commit | 481cb9f600caf3f45596bf78b5ba2bd07007969c (patch) | |
tree | 3ae3b1d3a9ec90e5d9b1eb3c6dcd666b19d23f1c /framework/src | |
parent | c8f465d31e7da78e24846a7d587dc2a9449ae330 (diff) | |
download | kube-481cb9f600caf3f45596bf78b5ba2bd07007969c.tar.gz kube-481cb9f600caf3f45596bf78b5ba2bd07007969c.zip |
And another missing export
Diffstat (limited to 'framework/src')
-rw-r--r-- | framework/src/domain/settings/accountsettings.h | 3 |
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 | ||
24 | class AccountSettings : public QObject | 25 | class 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) |