forked from qt-creator/qt-creator
Add the needed infrastucture to enable application output filters
Currently will be used only by Android, but in the future can be extended everywhere Change-Id: I37314248f2d6dba2401e853b2a6ea4a36859f502 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -573,7 +573,7 @@ RunControl::~RunControl()
|
||||
delete d;
|
||||
}
|
||||
|
||||
Utils::OutputFormatter *RunControl::outputFormatter()
|
||||
Utils::OutputFormatter *RunControl::outputFormatter() const
|
||||
{
|
||||
return d->outputFormatter;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user