diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2010-09-01 12:08:38 +0200 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2010-09-01 12:16:38 +0200 |
commit | ba876ffd480511d85731d3dc49b0718ba65dc633 (patch) | |
tree | 1031e10f01feb3f6f10a39952a6a066476b20b38 /src/plugins/cppeditor/cpphoverhandler.h | |
parent | b935bca42001957fb783b856b612e51136d04927 (diff) | |
download | qt-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/cppeditor/cpphoverhandler.h')
-rw-r--r-- | src/plugins/cppeditor/cpphoverhandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.h b/src/plugins/cppeditor/cpphoverhandler.h index 5cce998058..fe851176a1 100644 --- a/src/plugins/cppeditor/cpphoverhandler.h +++ b/src/plugins/cppeditor/cpphoverhandler.h @@ -55,7 +55,7 @@ public: private: virtual bool acceptEditor(Core::IEditor *editor); virtual void identifyMatch(TextEditor::ITextEditor *editor, int pos); - virtual void decorateToolTip(TextEditor::ITextEditor *editor); + virtual void decorateToolTip(); }; } // namespace Internal |