forked from qt-creator/qt-creator
HelloWorld: Modernize
modernize-use-* Change-Id: I8b53d86b48f3b5c15e6967dd450b814a90987ac1 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user