aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/documentmanager.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@theqtcompany.com>2016-10-12 10:34:28 +0200
committerTim Jenssen <tim.jenssen@qt.io>2016-10-12 12:26:23 +0000
commit50f5b6b5e35bc82555356d983d0672b7a19d63be (patch)
tree46ab8739ddc0a551b3a53531bf8bd411701d01e5 /src/plugins/qmldesigner/documentmanager.h
parentd6858b2f9f29632e1762ff8677a804189a5aba0c (diff)
QmlDesigner: no need to copy the list
Change-Id: Ie6d5c1e7a0baaec9f6065854e451bb5d767619e6 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmldesigner/documentmanager.h')
-rw-r--r--src/plugins/qmldesigner/documentmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/documentmanager.h b/src/plugins/qmldesigner/documentmanager.h
index 83d773d75f..7e4da75187 100644
--- a/src/plugins/qmldesigner/documentmanager.h
+++ b/src/plugins/qmldesigner/documentmanager.h
@@ -49,7 +49,7 @@ public:
DesignDocument *currentDesignDocument() const;
bool hasCurrentDesignDocument() const;
- void removeEditors(QList<Core::IEditor*> editors);
+ void removeEditors(const QList<Core::IEditor *> &editors);
static void goIntoComponent(const ModelNode &modelNode);