forked from qt-creator/qt-creator
Merge remote branch 'origin/2.2'
Conflicts: src/plugins/projectexplorer/gcctoolchain.cpp src/plugins/projectexplorer/target.cpp src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
This commit is contained in:
@@ -668,7 +668,7 @@ void QmlCppEngine::handleRemoteSetupFailed(const QString &message)
|
||||
|
||||
void QmlCppEngine::showMessage(const QString &msg, int channel, int timeout) const
|
||||
{
|
||||
if (channel == AppOutput || channel == AppError) {
|
||||
if (channel == AppOutput || channel == AppError || channel == AppStuff) {
|
||||
// message is from CppEngine, allow qml engine to process
|
||||
d->m_qmlEngine->filterApplicationMessage(msg, channel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user