Refactored the quickfix engine.

This commit is contained in:
Roberto Raggi
2010-06-07 12:12:07 +02:00
parent c3caf282ce
commit f5dae8bc9f
9 changed files with 80 additions and 10 deletions

View File

@@ -103,7 +103,7 @@ public:
inline Core::ICore *core() const { return m_core; }
bool isCppEditor(Core::IEditor *editor) const; // ### private
virtual bool isCppEditor(Core::IEditor *editor) const;
CppEditorSupport *editorSupport(TextEditor::ITextEditor *editor) const
{ return m_editorSupport.value(editor); }