diff options
author | hjk <[email protected]> | 2009-03-18 09:03:47 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2009-03-18 09:03:47 +0100 |
commit | da1492cf28a3a3f3d4ed4828e60ac96fa9cd8886 (patch) | |
tree | ff1dde506f4dff0a8a958a597a20d7f1b307f10d /src/plugins/debugger/breakwindow.h | |
parent | cc89dcc75b5bda35c9493c33fb1ab21c4b5ae89f (diff) |
debugger: start action handling refactoring
Diffstat (limited to 'src/plugins/debugger/breakwindow.h')
-rw-r--r-- | src/plugins/debugger/breakwindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/breakwindow.h b/src/plugins/debugger/breakwindow.h index f6bd9111b9b..8b8b9cdd8ba 100644 --- a/src/plugins/debugger/breakwindow.h +++ b/src/plugins/debugger/breakwindow.h @@ -50,7 +50,6 @@ signals: void breakpointDeleted(int index); void breakpointActivated(int index); void breakpointSynchronizationRequested(); - void settingsDialogRequested(); private slots: void rowActivated(const QModelIndex &index); |