forked from qt-creator/qt-creator
Debugger: Base magic Qml connection discover on base run control signal
Less debugger specific code and less convoluted paths in debugger message handling. Change-Id: Ib298889c386d65f17acbdfc585188097bb20ed74 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -743,15 +743,6 @@ void QmlCppEngine::notifyEngineRemoteSetupFinished(const RemoteSetupResult &resu
|
||||
qmlEngine()->notifyEngineRemoteSetupFinished(result);
|
||||
}
|
||||
|
||||
void QmlCppEngine::showMessage(const QString &msg, int channel, int timeout) const
|
||||
{
|
||||
if (channel == AppOutput || channel == AppError || channel == AppStuff) {
|
||||
// message is from CppEngine, allow qml engine to process
|
||||
m_qmlEngine->filterApplicationMessage(msg, channel);
|
||||
}
|
||||
DebuggerEngine::showMessage(msg, channel, timeout);
|
||||
}
|
||||
|
||||
void QmlCppEngine::resetLocation()
|
||||
{
|
||||
if (m_qmlEngine)
|
||||
|
||||
Reference in New Issue
Block a user