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:
BogDan Vatra
2016-10-10 15:43:22 +03:00
parent 865a1ea259
commit c6440c3a21
6 changed files with 29 additions and 4 deletions

View File

@@ -573,7 +573,7 @@ RunControl::~RunControl()
delete d;
}
Utils::OutputFormatter *RunControl::outputFormatter()
Utils::OutputFormatter *RunControl::outputFormatter() const
{
return d->outputFormatter;
}