summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/qmljscomponentfromobjectdef.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-10-10 23:27:16 +0200
committerhjk <qthjk@ovi.com>2012-11-07 14:29:11 +0100
commit438e4af735afd95119226c576b2af606afa2cf03 (patch)
tree188452be42a54405ecc9c472555d97aacf37596f /src/plugins/qmljseditor/qmljscomponentfromobjectdef.h
parent9f38f7bfbc19a0a94c69f95bd8ad5ac2a8471df9 (diff)
downloadqt-creator-438e4af735afd95119226c576b2af606afa2cf03.tar.gz
CppEditor: simplify CppQuickFixOperation interface
Change-Id: Ib3ed82c7f07f80027b18471ffb7b3055fa74eb52 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
Diffstat (limited to 'src/plugins/qmljseditor/qmljscomponentfromobjectdef.h')
-rw-r--r--src/plugins/qmljseditor/qmljscomponentfromobjectdef.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/qmljseditor/qmljscomponentfromobjectdef.h b/src/plugins/qmljseditor/qmljscomponentfromobjectdef.h
index 6bbe68d51e..c9378d490b 100644
--- a/src/plugins/qmljseditor/qmljscomponentfromobjectdef.h
+++ b/src/plugins/qmljseditor/qmljscomponentfromobjectdef.h
@@ -38,8 +38,7 @@ namespace Internal {
class ComponentFromObjectDef: public QmlJSQuickFixFactory
{
public:
- virtual QList<QmlJSQuickFixOperation::Ptr> match(
- const QSharedPointer<const QmlJSQuickFixAssistInterface> &interface);
+ void match(const QmlJSQuickFixInterface &interface, QuickFixOperations &result);
};
} // namespace Internal