More work on `Quick Fix'.

This commit is contained in:
Roberto Raggi
2009-06-09 13:52:27 +02:00
parent e5fcbba7fc
commit 132258753a
10 changed files with 396 additions and 2 deletions

View File

@@ -86,6 +86,9 @@ public:
bool isCppEditor(Core::IEditor *editor) const; // ### private
CppEditorSupport *editorSupport(TextEditor::ITextEditor *editor) const
{ return m_editorSupport.value(editor); }
void emitDocumentUpdated(CPlusPlus::Document::Ptr doc);
void stopEditorSelectionsUpdate()