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