MCPcopy Create free account
hub / github.com/KDE/kdevelop / setFilteringStrategy

Method setFilteringStrategy

kdevplatform/outputview/outputexecutejob.cpp:423–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421}
422
423void OutputExecuteJob::setFilteringStrategy( OutputModel::OutputFilterStrategy strategy )
424{
425 Q_D(OutputExecuteJob);
426
427 d->m_filteringStrategy = strategy;
428
429 // clear the other
430 d->m_filteringStrategyPtr.reset();
431}
432
433void OutputExecuteJob::setFilteringStrategy(IFilterStrategy* filterStrategy)
434{

Callers 1

startMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected