forked from qt-creator/qt-creator
Utils: More forward declarations / drop unused headers [P-R]
Round 1 - focus on headers. For classes with initial in range [P-R]. Try to keep the same separators between different kind of headers. Change-Id: I01fb80b93164a7fe4c0bd2cd8f9e4f27523efefa Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -793,9 +793,9 @@ bool QtcProcessPrivate::flushFor(SignalType signalType)
|
||||
QList<ProcessInterfaceSignal *> oldSignals;
|
||||
{
|
||||
QMutexLocker locker(&m_mutex);
|
||||
const QList<SignalType> storedSignals =
|
||||
Utils::transform(qAsConst(m_signals), [](const ProcessInterfaceSignal *aSignal) {
|
||||
return aSignal->signalType();
|
||||
const QList<SignalType> storedSignals = transform(qAsConst(m_signals),
|
||||
[](const ProcessInterfaceSignal *aSignal) {
|
||||
return aSignal->signalType();
|
||||
});
|
||||
|
||||
// If we are flushing for ReadyRead or Done - flush all.
|
||||
|
||||
Reference in New Issue
Block a user