From 28ddbf8138c865e19e8836b49af74f9d3bc20401 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Thu, 12 Feb 2015 00:17:57 +0100 Subject: Use Q_DECL_OVERRIDE where possible With -Winconsistent-missing-override (Clang), headers from KConfig are throwing a lot of warnings. REVIEW: 122539 --- src/gui/kconfigloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kconfigloader.h') diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h index aadb19a5..341bdc4f 100644 --- a/src/gui/kconfigloader.h +++ b/src/gui/kconfigloader.h @@ -169,7 +169,7 @@ protected: /** * Hack used to force writing when no default exists in config file. */ - bool usrWriteConfig(); + bool usrWriteConfig() Q_DECL_OVERRIDE; private: ConfigLoaderPrivate *const d; -- cgit v1.2.1