diff options
author | hjk <hjk@theqtcompany.com> | 2015-01-14 09:09:15 +0100 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2015-01-15 16:06:38 +0100 |
commit | 7e522c8a3719b8f65f8f45ff46635011714fad09 (patch) | |
tree | af116f3b048a1e4fd49a0d5c8970a3616b90507b /src/plugins/debugger/breakhandler.h | |
parent | 6bc0b9e5d36b228cd19656936f35845fddfce255 (diff) | |
download | qt-creator-7e522c8a3719b8f65f8f45ff46635011714fad09.tar.gz |
TreeModel: Add model pointer to TreeItem
... and use the items themselves as main entry point for
item related operations.
With non-uniform tree items it's easier to have item specific
functionality directly in the item implementation instead of
the model.
Change-Id: I4e9b7db98d16b91ddef81917417691129bb83621
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r-- | src/plugins/debugger/breakhandler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h index 8342e24ed0..def4bfb629 100644 --- a/src/plugins/debugger/breakhandler.h +++ b/src/plugins/debugger/breakhandler.h @@ -214,9 +214,6 @@ public: Breakpoint breakpointById(BreakpointModelId id) const; -signals: - void requestExpansion(QModelIndex); - private: friend class BreakpointItem; friend class Breakpoint; |