summaryrefslogtreecommitdiffstats
path: root/src/webengine/api/qquickwebenginehistory_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webengine/api/qquickwebenginehistory_p.h')
-rw-r--r--src/webengine/api/qquickwebenginehistory_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/webengine/api/qquickwebenginehistory_p.h b/src/webengine/api/qquickwebenginehistory_p.h
index cb6aff2bc..9b3eeb617 100644
--- a/src/webengine/api/qquickwebenginehistory_p.h
+++ b/src/webengine/api/qquickwebenginehistory_p.h
@@ -67,7 +67,7 @@ public:
private:
QQuickWebEngineHistoryListModel();
- Q_DECLARE_PRIVATE(QQuickWebEngineHistoryListModel);
+ Q_DECLARE_PRIVATE(QQuickWebEngineHistoryListModel)
QScopedPointer<QQuickWebEngineHistoryListModelPrivate> d_ptr;
friend class QQuickWebEngineHistory;
@@ -98,7 +98,7 @@ public:
private:
QQuickWebEngineHistory();
- Q_DECLARE_PRIVATE(QQuickWebEngineHistory);
+ Q_DECLARE_PRIVATE(QQuickWebEngineHistory)
QScopedPointer<QQuickWebEngineHistoryPrivate> d_ptr;
};