forked from qt-creator/qt-creator
Git: Handle "no changes" case on conflict resolving
Change-Id: I75bb18c9564ffac3de2654bd388465794481b487 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
c68adbf9c0
commit
34fd5ca532
@@ -78,7 +78,7 @@ private:
|
||||
QString stateName(FileState state, const QString &extraInfo);
|
||||
void chooseAction();
|
||||
void addButton(QMessageBox *msgBox, const QString &text, char key);
|
||||
void continuePreviousGitCommand(const QString &msgBoxTitle, const QString &msgBoxText,
|
||||
void continuePreviousGitCommand(const QString &msgBoxTitle, QString msgBoxText,
|
||||
const QString &buttonName, const QString &gitCommand);
|
||||
|
||||
MergeToolProcess *m_process;
|
||||
|
||||
Reference in New Issue
Block a user