forked from qt-creator/qt-creator
Adapt to upstream change
Change-Id: I0f0de2823eb338cbd327846347f3b3c8e2b61c89 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -96,10 +96,12 @@ public:
|
||||
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;
|
||||
const QStringList &extraOptions = {}, bool enableAnnotationContextMenu = false,
|
||||
const std::function<void(Utils::CommandLine &)> &addAuthOptions = {}) final;
|
||||
void logCurrentFile(const Utils::FilePath &workingDir, const QStringList &files = {},
|
||||
const QStringList &extraOptions = {},
|
||||
bool enableAnnotationContextMenu = false);
|
||||
bool enableAnnotationContextMenu = false,
|
||||
const std::function<void(Utils::CommandLine &)> &addAuthOptions = {});
|
||||
void revertFile(const Utils::FilePath &workingDir, const QString &file,
|
||||
const QString &revision = {}, const QStringList &extraOptions = {}) final;
|
||||
void revertAll(const Utils::FilePath &workingDir, const QString &revision = {},
|
||||
|
||||
Reference in New Issue
Block a user