forked from qt-creator/qt-creator
Git: Show success message when command ends
Change-Id: I501c69df2a436d90270a6c2543c3e286bafef427 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a9095ee104
commit
68b5542cdb
@@ -2224,6 +2224,7 @@ VcsBase::Command *GitClient::createCommand(const QString &workingDirectory,
|
||||
connect(command, SIGNAL(finished(bool,int,QVariant)), editor, SLOT(commandFinishedGotoLine(bool,int,QVariant)));
|
||||
if (useOutputToWindow) {
|
||||
command->addFlags(VcsBasePlugin::ShowStdOutInLogWindow);
|
||||
command->addFlags(VcsBasePlugin::ShowSuccessMessage);
|
||||
if (editor) // assume that the commands output is the important thing
|
||||
command->addFlags(VcsBasePlugin::SilentOutput);
|
||||
} else if (editor) {
|
||||
|
Reference in New Issue
Block a user