forked from qt-creator/qt-creator
DebuggerEngine: Remove unused signal
Change-Id: Ic4e38065a60acf940563a4f99b290f92045e30ed Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -292,7 +292,6 @@ signals:
|
|||||||
void stateChanged(const Debugger::DebuggerState &state);
|
void stateChanged(const Debugger::DebuggerState &state);
|
||||||
// A new stack frame is on display including locals.
|
// A new stack frame is on display including locals.
|
||||||
void stackFrameCompleted();
|
void stackFrameCompleted();
|
||||||
void updateViewsRequested();
|
|
||||||
/*
|
/*
|
||||||
* For "external" clients of a debugger run control that needs to do
|
* For "external" clients of a debugger run control that needs to do
|
||||||
* further setup before the debugger is started (e.g. Maemo).
|
* further setup before the debugger is started (e.g. Maemo).
|
||||||
|
|||||||
Reference in New Issue
Block a user