summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginenotification.cpp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-02 11:42:23 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-03 08:27:50 +0000
commitded7536c90023fdf5f643a180ced405643ba7ab5 (patch)
tree9f854dc596a583bf8ae11818109bf6784314083f /src/core/api/qwebenginenotification.cpp
parent0828a05dfbc3babb8719b984145027f677ce9686 (diff)
Remove our last uses of Q_DECL_OVERRIDE and Q_NULLPTR
Change-Id: I8806a3fb466006f14cf92f17510cdea8b50e8345 Reviewed-by: Jüri Valdmann <juri.valdmann@qt.io>
Diffstat (limited to 'src/core/api/qwebenginenotification.cpp')
-rw-r--r--src/core/api/qwebenginenotification.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebenginenotification.cpp b/src/core/api/qwebenginenotification.cpp
index 89fd1eff9..ba9739b35 100644
--- a/src/core/api/qwebenginenotification.cpp
+++ b/src/core/api/qwebenginenotification.cpp
@@ -77,7 +77,7 @@ public:
}
// UserNotificationController::Client:
- virtual void notificationClosed(const UserNotificationController *) Q_DECL_OVERRIDE
+ virtual void notificationClosed(const UserNotificationController *) override
{
Q_EMIT q->closed();
}