summaryrefslogtreecommitdiff
path: root/src/plugins/cppeditor/cpphoverhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cppeditor/cpphoverhandler.h')
-rw-r--r--src/plugins/cppeditor/cpphoverhandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cppeditor/cpphoverhandler.h b/src/plugins/cppeditor/cpphoverhandler.h
index 27daccc35d..6833c9f574 100644
--- a/src/plugins/cppeditor/cpphoverhandler.h
+++ b/src/plugins/cppeditor/cpphoverhandler.h
@@ -42,7 +42,6 @@ class QPoint;
QT_END_NAMESPACE
namespace Core {
-class ICore;
class IEditor;
}
@@ -74,7 +73,6 @@ private slots:
private:
void updateHelpIdAndTooltip(TextEditor::ITextEditor *editor, int pos);
- Core::ICore *m_core;
CppTools::CppModelManagerInterface *m_modelManager;
QHelpEngineCore *m_helpEngine;
QString m_helpId;