forked from qt-creator/qt-creator
Move ShellCommand into VcsBase plugin
Rename it to VcsCommand. Move also ShellCommandPage into VcsBase plugin. Change-Id: I335ac47e3090f2be497643ebcda0eaad2987ac81 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -1707,7 +1707,7 @@ QString QtcProcess::stdOut() const
|
||||
QString QtcProcess::stdErr() const
|
||||
{
|
||||
// FIXME: The tighter check below is actually good theoretically, but currently
|
||||
// ShellCommand::runFullySynchronous triggers it and disentangling there
|
||||
// VcsCommand::runFullySynchronous triggers it and disentangling there
|
||||
// is not trivial. So weaken it a bit for now.
|
||||
//QTC_CHECK(d->m_stdErr.keepRawData);
|
||||
QTC_CHECK(d->m_stdErr.keepRawData || d->m_stdErr.rawData.isEmpty());
|
||||
|
||||
Reference in New Issue
Block a user