forked from qt-creator/qt-creator
TaskList: Modernize
modernize-* Change-Id: Ifbf90f2ff67d7ad3826759b0bc21581b7530bb37 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -42,8 +42,8 @@ public:
|
|||||||
TaskListPlugin();
|
TaskListPlugin();
|
||||||
~TaskListPlugin() final;
|
~TaskListPlugin() final;
|
||||||
|
|
||||||
bool initialize(const QStringList &arguments, QString *errorMessage);
|
bool initialize(const QStringList &arguments, QString *errorMessage) override;
|
||||||
void extensionsInitialized() {}
|
void extensionsInitialized() override {}
|
||||||
|
|
||||||
static bool loadFile(QString *errorString, const Utils::FileName &fileName);
|
static bool loadFile(QString *errorString, const Utils::FileName &fileName);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user