summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/cdb/cdbengine.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-03-06 13:36:42 +0100
committerhjk <hjk@theqtcompany.com>2015-03-06 13:57:53 +0000
commit46fcfa90180f0ea705b06bb34ebb68be15011be9 (patch)
tree96a3d33caf200306c28f9202f9996900b84ebc1a /src/plugins/debugger/cdb/cdbengine.h
parent34c807a11a6ea4a6768c001418eadc4e0d01ebb1 (diff)
downloadqt-creator-46fcfa90180f0ea705b06bb34ebb68be15011be9.tar.gz
Debugger: Remove widget argument from tooltip request
The only information ever used is whether it's c++ or not. Change-Id: I4ca00663856dd66cbdf58c468f175a8c9e41d6a5 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/debugger/cdb/cdbengine.h')
-rw-r--r--src/plugins/debugger/cdb/cdbengine.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/debugger/cdb/cdbengine.h b/src/plugins/debugger/cdb/cdbengine.h
index 6bd1cf942c..b2708e98c8 100644
--- a/src/plugins/debugger/cdb/cdbengine.h
+++ b/src/plugins/debugger/cdb/cdbengine.h
@@ -77,8 +77,7 @@ public:
// Factory function that returns 0 if the debug engine library cannot be found.
- virtual bool setToolTipExpression(TextEditor::TextEditorWidget *editorWidget,
- const DebuggerToolTipContext &context);
+ virtual bool setToolTipExpression(const DebuggerToolTipContext &context);
virtual DebuggerEngine *cppEngine() { return this; }