debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPlugin

This commit is contained in:
hjk
2010-04-09 15:37:47 +02:00
parent d4aed1ae24
commit 239e4ca507
6 changed files with 27 additions and 42 deletions

View File

@@ -109,6 +109,7 @@ private slots:
void openTextEditor(const QString &titlePattern, const QString &contents);
void toggleBreakpoint();
void breakpointSetRemoveMarginActionTriggered();
void breakpointEnableDisableMarginActionTriggered();
void onModeChanged(Core::IMode *mode);