forked from qt-creator/qt-creator
Fix Krazy code scanning tool warnings (QString, loops, spelling).
This commit is contained in:
@@ -368,7 +368,7 @@ void QmlCppEngine::interruptInferior()
|
||||
|
||||
void QmlCppEngine::requestInterruptInferior()
|
||||
{
|
||||
EDEBUG("\nMASTER REQUEST INTERUPT INFERIOR");
|
||||
EDEBUG("\nMASTER REQUEST INTERRUPT INFERIOR");
|
||||
DebuggerEngine::requestInterruptInferior();
|
||||
d->m_cppEngine->requestInterruptInferior();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user