From 464b13f3828e5cdd03438d0881c3a62c7cda6333 Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Mon, 20 Nov 2017 23:25:06 +0100 Subject: Modernize: Use override where possible Also use override instead of Q_DECL_OVERRIDE --- src/views/versioncontrol/kversioncontrolplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/versioncontrol/kversioncontrolplugin.h') diff --git a/src/views/versioncontrol/kversioncontrolplugin.h b/src/views/versioncontrol/kversioncontrolplugin.h index 1696f975c..b9b1f0b5b 100644 --- a/src/views/versioncontrol/kversioncontrolplugin.h +++ b/src/views/versioncontrol/kversioncontrolplugin.h @@ -145,7 +145,7 @@ public: }; KVersionControlPlugin(QObject* parent = 0); - virtual ~KVersionControlPlugin(); + ~KVersionControlPlugin() override; /** * Returns the name of the file which stores -- cgit v1.3