summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsplugin.cpp
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/cpptools/cpptoolsplugin.cpp
parent24e6d15879d8422d6806f7e1bde9da796ae1a764 (diff)
downloadqt-creator-1efe71992b9526ddd34a1912f7f179623f541136.tar.gz
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/cpptools/cpptoolsplugin.cpp')
-rw-r--r--src/plugins/cpptools/cpptoolsplugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.cpp b/src/plugins/cpptools/cpptoolsplugin.cpp
index 0454a0b6fe..9d190162c8 100644
--- a/src/plugins/cpptools/cpptoolsplugin.cpp
+++ b/src/plugins/cpptools/cpptoolsplugin.cpp
@@ -37,7 +37,6 @@
#include "cppclassesfilter.h"
#include "cppcodecompletion.h"
#include "cppfunctionsfilter.h"
-#include "cpphoverhandler.h"
#include "cppmodelmanager.h"
#include "cpptoolsconstants.h"
#include "cppquickopenfilter.h"