forked from qt-creator/qt-creator
Show how to use the quick fix engine.
This commit is contained in:
@@ -102,7 +102,7 @@ public:
|
||||
private:
|
||||
CppTools::CppModelManagerInterface *_modelManager;
|
||||
CPPEditor *_editor;
|
||||
QList<TextEditor::CompletionItem> _quickFixItems;
|
||||
QList<QuickFixOperationPtr> _quickFixes;
|
||||
};
|
||||
|
||||
} // end of namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user