diff options
Diffstat (limited to 'framework/src/webengineprofile.h')
-rw-r--r-- | framework/src/webengineprofile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/src/webengineprofile.h b/framework/src/webengineprofile.h index 16cea88b..3a58e23c 100644 --- a/framework/src/webengineprofile.h +++ b/framework/src/webengineprofile.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 <QQuickWebEngineProfile> | 22 | #include <QQuickWebEngineProfile> |
21 | 23 | ||
22 | class WebEngineProfile : public QQuickWebEngineProfile | 24 | class KUBE_EXPORT WebEngineProfile : public QQuickWebEngineProfile |
23 | { | 25 | { |
24 | Q_OBJECT | 26 | Q_OBJECT |
25 | public: | 27 | public: |