summaryrefslogtreecommitdiffstats
path: root/framework/src/webengineprofile.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/webengineprofile.h')
-rw-r--r--framework/src/webengineprofile.h4
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
22class WebEngineProfile : public QQuickWebEngineProfile 24class KUBE_EXPORT WebEngineProfile : public QQuickWebEngineProfile
23{ 25{
24 Q_OBJECT 26 Q_OBJECT
25public: 27public: