diff options
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 | ||