forked from qt-creator/qt-creator
Debugger: Operate tooltips on TextEditorWidgets, not TextEditor
Less indirection. Change-Id: Ifbd7195e853d02bfd6562c817fc7f30079913faf Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ class QMessageBox;
|
||||
class QAbstractItemModel;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace TextEditor { class BaseTextEditor; }
|
||||
namespace TextEditor { class BaseTextEditorWidget; }
|
||||
namespace Core { class IOptionsPage; }
|
||||
|
||||
namespace Debugger {
|
||||
@@ -144,7 +144,7 @@ public:
|
||||
const DebuggerStartParameters &startParameters() const;
|
||||
DebuggerStartParameters &startParameters();
|
||||
|
||||
virtual bool setToolTipExpression(TextEditor::BaseTextEditor *editor,
|
||||
virtual bool setToolTipExpression(TextEditor::BaseTextEditorWidget *,
|
||||
const Internal::DebuggerToolTipContext &);
|
||||
|
||||
virtual void updateWatchData(const Internal::WatchData &data,
|
||||
|
||||
Reference in New Issue
Block a user