summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggercore.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-07-10 18:10:56 +0200
committerhjk <hjk121@nokiamail.com>2014-07-11 12:19:01 +0200
commitf0b2d6535e7fb8940e83bc3117c6681cd2f80a91 (patch)
tree3f26ecef62406d3dc0ff8964b4996a8da68a471f /src/plugins/debugger/debuggercore.h
parenta97aa6be67a229208f40016dc8fa619b16496443 (diff)
downloadqt-creator-f0b2d6535e7fb8940e83bc3117c6681cd2f80a91.tar.gz
Debugger: Rework editor tooltips handling
Fix expansion and updating. Persistence and non-locals are still lacking. Change-Id: I74e25199d50350516afc686a05836e239bfc8acb Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/debuggercore.h')
-rw-r--r--src/plugins/debugger/debuggercore.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggercore.h b/src/plugins/debugger/debuggercore.h
index b53c818949..81c2408ddf 100644
--- a/src/plugins/debugger/debuggercore.h
+++ b/src/plugins/debugger/debuggercore.h
@@ -60,7 +60,6 @@ class BreakHandler;
class SnapshotHandler;
class Symbol;
class Section;
-class DebuggerToolTipManager;
class GlobalDebuggerOptions;
enum TestCases
@@ -120,7 +119,6 @@ public:
virtual QStringList stringListSetting(int code) const = 0;
virtual void setThreads(const QStringList &list, int index) = 0;
- virtual DebuggerToolTipManager *toolTipManager() const = 0;
virtual QSharedPointer<GlobalDebuggerOptions> globalDebuggerOptions() const = 0;
static QTreeView *inspectorView();