diff options
author | hjk <hjk121@nokiamail.com> | 2014-06-04 13:21:02 +0200 |
---|---|---|
committer | hjk <hjk121@nokiamail.com> | 2014-06-04 17:17:37 +0200 |
commit | 8d04a3aa809f488b009900037a7e5adf3847bba2 (patch) | |
tree | a0cb3e507c7427bb7f8a987cbaad69e5a29565d0 /src/plugins/debugger/snapshotwindow.h | |
parent | 8694ad982dbad6e649614fb5f4bee3f99dab7a69 (diff) | |
download | qt-creator-8d04a3aa809f488b009900037a7e5adf3847bba2.tar.gz |
Debugger/Utils: Merge Debugger::TreeView into layer above and below
Change-Id: Ibb186cabba8fecedfdbd04da000459cf358e56e4
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/plugins/debugger/snapshotwindow.h')
-rw-r--r-- | src/plugins/debugger/snapshotwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/debugger/snapshotwindow.h b/src/plugins/debugger/snapshotwindow.h index 764ea9ea47..c8a5b28063 100644 --- a/src/plugins/debugger/snapshotwindow.h +++ b/src/plugins/debugger/snapshotwindow.h @@ -31,13 +31,14 @@ #define DEBUGGER_SNAPSHOTWINDOW_H #include "basewindow.h" +#include <utils/basetreeview.h> namespace Debugger { namespace Internal { class SnapshotHandler; -class SnapshotTreeView : public BaseTreeView +class SnapshotTreeView : public Utils::BaseTreeView { Q_OBJECT |