aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditor.qrc
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2008-12-16 12:22:08 +0100
committerThorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>2008-12-16 12:27:13 +0100
commit1efe71992b9526ddd34a1912f7f179623f541136 (patch)
tree8a60c042b4b1dceaaa8d687a4798d67cd03d8c52 /src/plugins/cppeditor/cppeditor.qrc
parent24e6d15879d8422d6806f7e1bde9da796ae1a764 (diff)
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.
Diffstat (limited to 'src/plugins/cppeditor/cppeditor.qrc')
-rw-r--r--src/plugins/cppeditor/cppeditor.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cppeditor/cppeditor.qrc b/src/plugins/cppeditor/cppeditor.qrc
index 6ddcbac8bb..9a69ae6ab9 100644
--- a/src/plugins/cppeditor/cppeditor.qrc
+++ b/src/plugins/cppeditor/cppeditor.qrc
@@ -1,5 +1,6 @@
<RCC>
<qresource prefix="/cppeditor" >
+ <file>images/f1.svg</file>
<file>images/qt_cpp.png</file>
<file>images/qt_h.png</file>
<file>CppEditor.mimetypes.xml</file>