aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/helloworld/helloworldplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/helloworld/helloworldplugin.h')
-rw-r--r--src/plugins/helloworld/helloworldplugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/helloworld/helloworldplugin.h b/src/plugins/helloworld/helloworldplugin.h
index 8546f4cf566..b03642f8805 100644
--- a/src/plugins/helloworld/helloworldplugin.h
+++ b/src/plugins/helloworld/helloworldplugin.h
@@ -40,11 +40,11 @@ class HelloWorldPlugin
public:
HelloWorldPlugin();
- ~HelloWorldPlugin();
+ ~HelloWorldPlugin() override;
- bool initialize(const QStringList &arguments, QString *errorMessage);
+ bool initialize(const QStringList &arguments, QString *errorMessage) override;
- void extensionsInitialized();
+ void extensionsInitialized() override;
private:
void sayHelloWorld();