Debugger: Operate tooltips on TextEditorWidgets, not TextEditor

Less indirection.

Change-Id: Ifbd7195e853d02bfd6562c817fc7f30079913faf
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-09-19 15:26:41 +02:00
parent 74f24c96e1
commit 970264a88e
19 changed files with 51 additions and 74 deletions

View File

@@ -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,