debugger: remove displayDebugger() from the plugin interface

This commit is contained in:
hjk
2010-12-08 18:23:10 +01:00
parent 0c8c652104
commit 26bc7f9037
3 changed files with 2 additions and 10 deletions

View File

@@ -3317,13 +3317,6 @@ void DebuggerPlugin::startDebugger(RunControl *runControl)
theDebuggerCore->startDebugger(runControl);
}
void DebuggerPlugin::displayDebugger(RunControl *runControl)
{
DebuggerRunControl *rc = qobject_cast<DebuggerRunControl *>(runControl);
QTC_ASSERT(rc, return);
theDebuggerCore->displayDebugger(rc->engine());
}
void DebuggerPlugin::extensionsInitialized()
{
theDebuggerCore->extensionsInitialized();