forked from qt-creator/qt-creator
CppEditor: Do not add QuickFixFactories to object pool anymore
Not needed anymore. Also some cleanup, no 'using' in headers etc. Change-Id: I8c4547d80d0c0ffd989d1efbc74687c9f56096a4 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
This commit is contained in:
@@ -62,12 +62,14 @@ public:
|
||||
CppQuickFixFactory();
|
||||
~CppQuickFixFactory();
|
||||
|
||||
using QuickFixOperations = TextEditor::QuickFixOperations;
|
||||
|
||||
/*!
|
||||
Implement this function to match and create the appropriate
|
||||
CppQuickFixOperation objects.
|
||||
*/
|
||||
virtual void match(const Internal::CppQuickFixInterface &interface,
|
||||
TextEditor::QuickFixOperations &result) = 0;
|
||||
QuickFixOperations &result) = 0;
|
||||
|
||||
static const QList<CppQuickFixFactory *> &cppQuickFixFactories();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user