diff options
| author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2019-03-28 09:47:11 +0200 |
|---|---|---|
| committer | Orgad Shaneh <orgads@gmail.com> | 2019-03-28 08:18:14 +0000 |
| commit | a87481c5ec1df1e8847ee0e0e96bea1b779b01b2 (patch) | |
| tree | 12580586073526605cef1c6764bcf543cd6ba069 /src | |
| parent | 698f59caa06ad2c6db2cf15f63b9d63317ac78bb (diff) | |
| download | qt-creator-a87481c5ec1df1e8847ee0e0e96bea1b779b01b2.tar.gz | |
Git: Show success message after reset
Change-Id: Icbc731b9b529095e2b8fe0774bfd7eac6455da26
Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src')
| -rw-r--r-- | src/plugins/git/gitclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.cpp b/src/plugins/git/gitclient.cpp index 8dac609897..550a8489e4 100644 --- a/src/plugins/git/gitclient.cpp +++ b/src/plugins/git/gitclient.cpp @@ -1208,7 +1208,7 @@ void GitClient::reset(const QString &workingDirectory, const QString &argument, if (!commit.isEmpty()) arguments << commit; - unsigned flags = 0; + unsigned flags = VcsCommand::ShowSuccessMessage; if (argument == "--hard") { if (gitStatus(workingDirectory, StatusMode(NoUntracked | NoSubmodules)) != StatusUnchanged) { if (QMessageBox::question( |
