forked from qt-creator/qt-creator
debugger: remove unused DebuggerPlugin::stateChanged(int) signal
This commit is contained in:
@@ -2303,9 +2303,6 @@ void DebuggerPluginPrivate::updateState(DebuggerEngine *engine)
|
||||
|| m_state == DebuggerFinished
|
||||
|| m_state == InferiorUnrunnable;
|
||||
setBusyCursor(!notbusy);
|
||||
|
||||
// FIXME: for QML only?
|
||||
emit m_plugin->stateChanged(m_state);
|
||||
}
|
||||
|
||||
void DebuggerPluginPrivate::resetLocation()
|
||||
|
||||
Reference in New Issue
Block a user