Show how to use the quick fix engine.

This commit is contained in:
Roberto Raggi
2009-11-13 16:43:26 +01:00
parent c13b8697d2
commit 0b277f2fbe
2 changed files with 57 additions and 8 deletions

View File

@@ -102,7 +102,7 @@ public:
private:
CppTools::CppModelManagerInterface *_modelManager;
CPPEditor *_editor;
QList<TextEditor::CompletionItem> _quickFixItems;
QList<QuickFixOperationPtr> _quickFixes;
};
} // end of namespace Internal