summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginenotification.cpp
diff options
context:
space:
mode:
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();
}