forked from qt-creator/qt-creator
Debugger: Fix compile after 36ec37b29d
Change-Id: Ibd252961a5646ef3a9eec91db62c1b2fa74a47af Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -467,7 +467,7 @@ void QmlCppEngine::slaveEngineStateChanged
|
||||
(DebuggerEngine *slaveEngine, const DebuggerState newState)
|
||||
{
|
||||
DebuggerEngine *otherEngine = (slaveEngine == m_cppEngine)
|
||||
? m_qmlEngine : m_cppEngine;
|
||||
? m_qmlEngine.data() : m_cppEngine.data();
|
||||
|
||||
QTC_ASSERT(otherEngine, return);
|
||||
QTC_CHECK(otherEngine != slaveEngine);
|
||||
|
||||
Reference in New Issue
Block a user