forked from qt-creator/qt-creator
Git: Modernize
* Use auto * Use override * Use some member initializers Change-Id: I3ca000d1c8e4d02331d58b85e68e4d771c636b29 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
c83b5afa9b
commit
202d40f256
@@ -53,7 +53,7 @@ class GerritPlugin : public QObject
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit GerritPlugin(QObject *parent = nullptr);
|
||||
~GerritPlugin();
|
||||
~GerritPlugin() override;
|
||||
|
||||
bool initialize(Core::ActionContainer *ac);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user