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/extensionmodel.h | |
parent | 6ad06bafded0b0a1c7fae45b4d1b90b00216f201 (diff) | |
download | kube-fdc376a735e4e7da9a21aa053f65dff835985440.tar.gz kube-fdc376a735e4e7da9a21aa053f65dff835985440.zip |
On windows the exports are mandatory
Diffstat (limited to 'framework/src/extensionmodel.h')
-rw-r--r-- | framework/src/extensionmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/extensionmodel.h b/framework/src/extensionmodel.h index 07601e57..54cbb753 100644 --- a/framework/src/extensionmodel.h +++ b/framework/src/extensionmodel.h | |||
@@ -19,12 +19,13 @@ | |||
19 | 19 | ||
20 | #pragma once | 20 | #pragma once |
21 | 21 | ||
22 | #include "kube_export.h" | ||
22 | #include <QSortFilterProxyModel> | 23 | #include <QSortFilterProxyModel> |
23 | #include <QSharedPointer> | 24 | #include <QSharedPointer> |
24 | 25 | ||
25 | namespace Kube { | 26 | namespace Kube { |
26 | 27 | ||
27 | class ExtensionModel : public QSortFilterProxyModel | 28 | class KUBE_EXPORT ExtensionModel : public QSortFilterProxyModel |
28 | { | 29 | { |
29 | Q_OBJECT | 30 | Q_OBJECT |
30 | 31 | ||