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:
@@ -88,7 +88,7 @@ public:
|
||||
|
||||
signals:
|
||||
void tooltipRequested(const QPoint &mousePos,
|
||||
TextEditor::BaseTextEditor *editor, int cursorPos);
|
||||
TextEditor::BaseTextEditorWidget *editorWidget, int cursorPos);
|
||||
void aboutToNotifyInferiorSetupOk();
|
||||
|
||||
private slots:
|
||||
@@ -127,7 +127,7 @@ private:
|
||||
void shutdownInferior();
|
||||
void shutdownEngine();
|
||||
|
||||
bool setToolTipExpression(TextEditor::BaseTextEditor *editor,
|
||||
bool setToolTipExpression(TextEditor::BaseTextEditorWidget *editorWidget,
|
||||
const DebuggerToolTipContext &);
|
||||
|
||||
void continueInferior();
|
||||
|
||||
Reference in New Issue
Block a user