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

@@ -50,6 +50,7 @@ signals:
void breakpointDeleted(int index);
void breakpointActivated(int index);
void breakpointSynchronizationRequested();
void breakByFunctionRequested(const QString &functionName);
private slots:
void rowActivated(const QModelIndex &index);