forked from qt-creator/qt-creator
Git: Add override
Change-Id: Iae0779c1efa8b3b46cf504f7bda00d614a4a157e Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
aedfbd5710
commit
4eb2224f47
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
static GitPlugin *instance();
|
||||
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage);
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage) override;
|
||||
|
||||
GitVersionControl *gitVersionControl() const;
|
||||
|
||||
@@ -147,8 +147,8 @@ private slots:
|
||||
void testCloneWizard_directoryFromRepository_data();
|
||||
#endif
|
||||
protected:
|
||||
void updateActions(VcsBase::VcsBasePlugin::ActionState);
|
||||
bool submitEditorAboutToClose();
|
||||
void updateActions(VcsBase::VcsBasePlugin::ActionState) override;
|
||||
bool submitEditorAboutToClose() override;
|
||||
|
||||
private:
|
||||
Utils::ParameterAction *createParameterAction(Core::ActionContainer *ac,
|
||||
|
||||
Reference in New Issue
Block a user