forked from qt-creator/qt-creator
VcsBase: De-virtualize diff()
Change-Id: Ib8bd115abd4818ef9b5a298348fce36dd91cffc0 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -146,7 +146,7 @@ public:
|
|||||||
void annotate(const Utils::FilePath &workingDir, const QString &file,
|
void annotate(const Utils::FilePath &workingDir, const QString &file,
|
||||||
int lineNumber = -1, const QString &revision = {},
|
int lineNumber = -1, const QString &revision = {},
|
||||||
const QStringList &extraOptions = {}, int firstLine = -1) override;
|
const QStringList &extraOptions = {}, int firstLine = -1) override;
|
||||||
virtual void diff(const Utils::FilePath &workingDir,
|
void diff(const Utils::FilePath &workingDir,
|
||||||
const QStringList &files = {},
|
const QStringList &files = {},
|
||||||
const QStringList &extraOptions = {});
|
const QStringList &extraOptions = {});
|
||||||
virtual void log(const Utils::FilePath &workingDir,
|
virtual void log(const Utils::FilePath &workingDir,
|
||||||
|
|||||||
Reference in New Issue
Block a user