Moved the CppHoverHandler to the CppEditor plugin

It used to be in CppTools, but since the hover handler only makes sense
in the context of the C++ editor, this is a better place.
This commit is contained in:
Thorbjørn Lindeijer
2008-12-16 12:22:08 +01:00
parent 24e6d15879
commit 1efe71992b
12 changed files with 65 additions and 45 deletions

View File

@@ -1,5 +0,0 @@
<RCC>
<qresource prefix="/cpptools" >
<file>images/f1.svg</file>
</qresource>
</RCC>