forked from qt-creator/qt-creator
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user