summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/basehoverhandler.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-09-01 12:08:38 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-09-01 12:16:38 +0200
commitba876ffd480511d85731d3dc49b0718ba65dc633 (patch)
tree1031e10f01feb3f6f10a39952a6a066476b20b38 /src/plugins/texteditor/basehoverhandler.h
parentb935bca42001957fb783b856b612e51136d04927 (diff)
downloadqt-creator-ba876ffd480511d85731d3dc49b0718ba65dc633.tar.gz
Improve editor's tooltip. Wrapping hack should no longer be necessary.
Also some less significant improvements.
Diffstat (limited to 'src/plugins/texteditor/basehoverhandler.h')
-rw-r--r--src/plugins/texteditor/basehoverhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/basehoverhandler.h b/src/plugins/texteditor/basehoverhandler.h
index b0a627c7cf..f5a52c2b10 100644
--- a/src/plugins/texteditor/basehoverhandler.h
+++ b/src/plugins/texteditor/basehoverhandler.h
@@ -80,7 +80,7 @@ private:
virtual bool acceptEditor(Core::IEditor *editor) = 0;
virtual void identifyMatch(ITextEditor *editor, int pos) = 0;
- virtual void decorateToolTip(ITextEditor *editor);
+ virtual void decorateToolTip();
virtual void operateTooltip(ITextEditor *editor, const QPoint &point);
QString m_toolTip;