debugger: move 'break by function' menu items

Move menu to from the main debug window to the context menu of the
breakpoints view to avoid clutter in the main menus.
This commit is contained in:
hjk
2009-06-12 11:54:01 +02:00
parent ea74cfd8f3
commit 94b1b1fd7b
5 changed files with 51 additions and 65 deletions

View File

@@ -277,10 +277,8 @@ public slots:
void runToLineExec();
void runToFunctionExec();
void toggleBreakpoint();
void breakByFunction();
void breakByFunction(const QString &functionName);
void setBreakpoint(const QString &fileName, int lineNumber);
void breakAtMain();
void activateFrame(int index);
void selectThread(int index);
@@ -460,8 +458,6 @@ private:
QAction *m_nextAction;
QAction *m_watchAction;
QAction *m_breakAction;
QAction *m_breakByFunctionAction;
QAction *m_breakAtMainAction;
QAction *m_sepAction;
QAction *m_stepIAction;
QAction *m_nextIAction;