forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user