summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginenotification.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-07-23 10:39:32 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-19 08:09:05 +0000
commit9907b78f249b99b6a4eff4497bc058f4921ec5df (patch)
tree4705d973b75d853733d6e8c81a40d513503f9a5a /src/core/api/qwebenginenotification.h
parent7ce45da66831d8f003860630d52ea53809a45df7 (diff)
Clean up coding style in API header files
Change-Id: Ifa5892415a1e0b8ce9b6bfa10719aba618e3b799 Reviewed-by: Michal Klocek <michal.klocek@qt.io> (cherry picked from commit c9795481c6162f4e7800aa573c37e8a200b46782) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/core/api/qwebenginenotification.h')
-rw-r--r--src/core/api/qwebenginenotification.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/api/qwebenginenotification.h b/src/core/api/qwebenginenotification.h
index cd0fe0c67..791f6bb1b 100644
--- a/src/core/api/qwebenginenotification.h
+++ b/src/core/api/qwebenginenotification.h
@@ -55,7 +55,8 @@ QT_BEGIN_NAMESPACE
class QWebEngineNotificationPrivate;
-class Q_WEBENGINECORE_EXPORT QWebEngineNotification : public QObject {
+class Q_WEBENGINECORE_EXPORT QWebEngineNotification : public QObject
+{
Q_OBJECT
Q_PROPERTY(QUrl origin READ origin CONSTANT FINAL)
Q_PROPERTY(QString title READ title CONSTANT FINAL)