make profile parse errors somewhat more visible

pop up the error pane.
the evaluator got significantly better since the last time we tried this
...

Reviewed-by: dt
This commit is contained in:
Oswald Buddenhagen
2011-03-11 12:27:42 +01:00
parent ca2fecb3ea
commit bcde880d92

View File

@@ -877,7 +877,7 @@ void Qt4Project::addDefaultBuild()
void Qt4Project::proFileParseError(const QString &errorMessage)
{
Core::ICore::instance()->messageManager()->printToOutputPane(errorMessage);
Core::ICore::instance()->messageManager()->printToOutputPanePopup(errorMessage);
}
ProFileReader *Qt4Project::createProFileReader(Qt4ProFileNode *qt4ProFileNode, Qt4BuildConfiguration *bc)