summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginescript.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-07-23 10:39:32 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-08-18 12:19:43 +0200
commitc9795481c6162f4e7800aa573c37e8a200b46782 (patch)
tree32b8c82c8a36c2243371304e53de237d738c671d /src/core/api/qwebenginescript.h
parent596788e71c3d4c2be79760d9e0f6f45c02ccf159 (diff)
Clean up coding style in API header files
Pick-to: 6.2 Change-Id: Ifa5892415a1e0b8ce9b6bfa10719aba618e3b799 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/api/qwebenginescript.h')
-rw-r--r--src/core/api/qwebenginescript.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/api/qwebenginescript.h b/src/core/api/qwebenginescript.h
index b3768c103..a9b1bb869 100644
--- a/src/core/api/qwebenginescript.h
+++ b/src/core/api/qwebenginescript.h
@@ -51,7 +51,8 @@ class UserScript;
QT_BEGIN_NAMESPACE
-class Q_WEBENGINECORE_EXPORT QWebEngineScript {
+class Q_WEBENGINECORE_EXPORT QWebEngineScript
+{
Q_GADGET
Q_PROPERTY(QString name READ name WRITE setName FINAL)