forked from qt-creator/qt-creator
Compile fix for Windows
Task-number: QTCREATORBUG-8209 Change-Id: I2ae88b5fc8ad5b4de7c9dc2eacb4eaf5d6f4fe2b Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -94,7 +94,7 @@ protected:
|
||||
Implement this method to match and create the appropriate
|
||||
QmlJSQuickFixOperation objects.
|
||||
*/
|
||||
virtual void match(const QmlJSQuickFixInterface &interface, QuickFixOperations &result) = 0;
|
||||
virtual void match(const QmlJSQuickFixInterface &interface, TextEditor::QuickFixOperations &result) = 0;
|
||||
};
|
||||
|
||||
} // namespace QmlJSEditor
|
||||
|
||||
Reference in New Issue
Block a user