forked from qt-creator/qt-creator
Remove AppOutputPane::runControls()
The function is unused Change-Id: If12869fd51014a06d3feeb5f147e070f5f1ce463 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -630,13 +630,5 @@ bool AppOutputPane::canNavigate() const
|
||||
return false;
|
||||
}
|
||||
|
||||
QList<RunControl *> AppOutputPane::runControls() const
|
||||
{
|
||||
QList<RunControl *> result;
|
||||
foreach (const RunControlTab& tab, m_runControlTabs)
|
||||
result << tab.runControl;
|
||||
return result;
|
||||
}
|
||||
|
||||
#include "appoutputpane.moc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user