forked from qt-creator/qt-creator
Refactored the quickfix engine.
This commit is contained in:
@@ -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); }
|
||||
|
Reference in New Issue
Block a user