forked from qt-creator/qt-creator
VCS: Remove superfluous virtual
Change-Id: I105057202091f4b90f7f50eefb3506ee56d4bc1b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
df5cd3d6f5
commit
9417bea9ac
@@ -77,7 +77,7 @@ public:
|
||||
CvsPlugin();
|
||||
~CvsPlugin();
|
||||
|
||||
virtual bool initialize(const QStringList &arguments, QString *errorMessage);
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage);
|
||||
|
||||
void cvsDiff(const QString &workingDir, const QStringList &files);
|
||||
|
||||
@@ -125,8 +125,8 @@ private slots:
|
||||
void cvsDiff(const Cvs::Internal::CvsDiffParameters &p);
|
||||
|
||||
protected:
|
||||
virtual void updateActions(VcsBase::VcsBasePlugin::ActionState);
|
||||
virtual bool submitEditorAboutToClose(VcsBase::VcsBaseSubmitEditor *submitEditor);
|
||||
void updateActions(VcsBase::VcsBasePlugin::ActionState);
|
||||
bool submitEditorAboutToClose(VcsBase::VcsBaseSubmitEditor *submitEditor);
|
||||
|
||||
private:
|
||||
bool isCommitEditorOpen() const;
|
||||
|
||||
Reference in New Issue
Block a user