diff options
Diffstat (limited to 'framework/src/startupcheck.h')
-rw-r--r-- | framework/src/startupcheck.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/startupcheck.h b/framework/src/startupcheck.h index b8b2e3a0..6d7c8e1b 100644 --- a/framework/src/startupcheck.h +++ b/framework/src/startupcheck.h | |||
@@ -16,10 +16,12 @@ | |||
16 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 16 | Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
17 | 02110-1301, USA. | 17 | 02110-1301, USA. |
18 | */ | 18 | */ |
19 | #pragma once | ||
19 | 20 | ||
21 | #include "kube_export.h" | ||
20 | #include <QObject> | 22 | #include <QObject> |
21 | 23 | ||
22 | class StartupCheck : public QObject { | 24 | class KUBE_EXPORT StartupCheck : public QObject { |
23 | Q_OBJECT | 25 | Q_OBJECT |
24 | Q_PROPERTY(bool noAccount READ noAccount CONSTANT); | 26 | Q_PROPERTY(bool noAccount READ noAccount CONSTANT); |
25 | public: | 27 | public: |