forked from qt-creator/qt-creator
Remove forgotten unused cppQuickFixFactories() prototype
Change-Id: I8e3d62c8ddd1ae9a2702ee8d19964164d00b9f09 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -50,8 +50,6 @@ public:
|
|||||||
void matchingOperations(const TextEditor::QuickFixInterface &interface,
|
void matchingOperations(const TextEditor::QuickFixInterface &interface,
|
||||||
TextEditor::QuickFixOperations &result);
|
TextEditor::QuickFixOperations &result);
|
||||||
|
|
||||||
static QList<QuickFixFactory *> cppQuickFixFactories();
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Implement this function to match and create the appropriate
|
Implement this function to match and create the appropriate
|
||||||
CppQuickFixOperation objects.
|
CppQuickFixOperation objects.
|
||||||
|
|||||||
Reference in New Issue
Block a user