forked from qt-creator/qt-creator
Fossil: Adapt to upstream changes
Follow up 32e824c762
Change-Id: I2d8c9f1b9424bfc2db2abbc25ed272c093a6ed63
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -92,9 +92,9 @@ public:
|
||||
const QStringList &extraOptions = {}) final;
|
||||
void commit(const Utils::FilePath &repositoryRoot, const QStringList &files,
|
||||
const QString &commitMessageFile, const QStringList &extraOptions = {}) final;
|
||||
VcsBase::VcsBaseEditorWidget *annotate(const Utils::FilePath &workingDir, const QString &file,
|
||||
const QString &revision = {}, int lineNumber = -1,
|
||||
const QStringList &extraOptions = {}) final;
|
||||
void annotate(const Utils::FilePath &workingDir, const QString &file,
|
||||
int lineNumber = -1, const QString &revision = {},
|
||||
const QStringList &extraOptions = {}, int firstLine = -1) final;
|
||||
void log(const Utils::FilePath &workingDir, const QStringList &files = {},
|
||||
const QStringList &extraOptions = {}, bool enableAnnotationContextMenu = false) final;
|
||||
void logCurrentFile(const Utils::FilePath &workingDir, const QStringList &files = {},
|
||||
|
||||
Reference in New Issue
Block a user