diff options
author | hjk <hjk121@nokiamail.com> | 2014-09-26 11:37:54 +0200 |
---|---|---|
committer | David Schulz <david.schulz@digia.com> | 2014-09-29 14:54:32 +0200 |
commit | 10c8d5f0cad6c89a75a7662aed0912c622482f03 (patch) | |
tree | 290f27191ff7a65427dd0df132652995efecedea /src/plugins/debugger/qml/qmlcppengine.h | |
parent | cfaa30d0b91ac7b46883b332bf246b41dd84e6dc (diff) | |
download | qt-creator-10c8d5f0cad6c89a75a7662aed0912c622482f03.tar.gz |
TextEditor: Rename BaseTextEditorWidget to TextEditorWidget
... and some of the related implementation details
Change-Id: I1f03aa5acf2d3fb2cfc2a6a7845f3d3578b0408d
Reviewed-by: David Schulz <david.schulz@digia.com>
Diffstat (limited to 'src/plugins/debugger/qml/qmlcppengine.h')
-rw-r--r-- | src/plugins/debugger/qml/qmlcppengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qml/qmlcppengine.h b/src/plugins/debugger/qml/qmlcppengine.h index ec495a3c41..46834aa780 100644 --- a/src/plugins/debugger/qml/qmlcppengine.h +++ b/src/plugins/debugger/qml/qmlcppengine.h @@ -46,7 +46,7 @@ public: ~QmlCppEngine(); bool canDisplayTooltip() const; - bool setToolTipExpression(TextEditor::BaseTextEditorWidget *editorWidget, + bool setToolTipExpression(TextEditor::TextEditorWidget *editorWidget, const DebuggerToolTipContext &); void updateWatchData(const WatchData &data, const WatchUpdateFlags &flags); |