forked from qt-creator/qt-creator
GitGrep: Don't pass SuppressFailMessage with SilentOutput
SilentOutput defines SuppressFailMessage already. Change-Id: I80761ed2041f809968890464573863c47b3fac84 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -168,7 +168,7 @@ public:
|
||||
return QString(":!" + filter);
|
||||
});
|
||||
arguments << "--" << filterArgs << exclusionArgs;
|
||||
m_command->addFlags(VcsCommand::SilentOutput | VcsCommand::SuppressFailMessage);
|
||||
m_command->addFlags(VcsCommand::SilentOutput);
|
||||
m_command->setProgressiveOutput(true);
|
||||
QFutureWatcher<FileSearchResultList> watcher;
|
||||
QObject::connect(&watcher,
|
||||
|
Reference in New Issue
Block a user