diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 17:36:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-05-03 17:36:54 +0200 |
commit | fdc376a735e4e7da9a21aa053f65dff835985440 (patch) | |
tree | 045dfbb701ef62d88c081d0fa145092fa4fbbb24 /framework/src/accounts/accountsmodel.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
Diffstat (limited to 'framework/src/accounts/accountsmodel.h')
-rw-r--r-- | framework/src/accounts/accountsmodel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/src/accounts/accountsmodel.h b/framework/src/accounts/accountsmodel.h index 4991f7e0..dd9a1c0c 100644 --- a/framework/src/accounts/accountsmodel.h +++ b/framework/src/accounts/accountsmodel.h | |||
@@ -18,7 +18,7 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | #include "kube_export.h" | |
22 | #include <QObject> | 22 | #include <QObject> |
23 | #include <QIdentityProxyModel> | 23 | #include <QIdentityProxyModel> |
24 | #include <QSharedPointer> | 24 | #include <QSharedPointer> |
@@ -28,7 +28,7 @@ namespace Sink { | |||
28 | class Query; | 28 | class Query; |
29 | } | 29 | } |
30 | 30 | ||
31 | class AccountsModel : public QIdentityProxyModel | 31 | class KUBE_EXPORT AccountsModel : public QIdentityProxyModel |
32 | { | 32 | { |
33 | Q_OBJECT | 33 | Q_OBJECT |
34 | 34 | ||