From 7dba1bc32122b6b749fe1e5e502df91a2d705437 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Tue, 2 Dec 2014 13:27:45 +0100 Subject: [PATCH] Use Q_DECL_OVERRIDE --- secondarywindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secondarywindow.h b/secondarywindow.h index 19002de12..5f157fb6d 100644 --- a/secondarywindow.h +++ b/secondarywindow.h @@ -64,7 +64,7 @@ protected: * last _visible_ secondary window is closed in case a system tray applet * exists. */ - virtual void closeEvent(QCloseEvent *); + virtual void closeEvent(QCloseEvent *) Q_DECL_OVERRIDE; }; } // namespace KMail