forked from qt-creator/qt-creator
VCS[git]: Introduce optional pull --rebase.
Do 'git rebase --abort' if something fails.
This commit is contained in:
@@ -179,7 +179,7 @@ void GitEditor::setPlainTextDataFiltered(const QByteArray &a)
|
||||
}
|
||||
}
|
||||
|
||||
void GitEditor::commandFinishedGotoLine(bool ok, const QVariant &v)
|
||||
void GitEditor::commandFinishedGotoLine(bool ok, int /* exitCode */, const QVariant &v)
|
||||
{
|
||||
if (ok && v.type() == QVariant::Int) {
|
||||
const int line = v.toInt();
|
||||
|
||||
Reference in New Issue
Block a user