summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-07-10 18:00:01 +0200
committerThomas Hartmann <Thomas.Hartmann@digia.com>2013-07-16 14:17:36 +0200
commitecb0470c30580439b593f70e7e03da103c20b680 (patch)
tree0b29f641ba49f3510596c46ecc852321b53cb88e /src
parent3768e32f891a90ce77c52417a442aefb1fcddd23 (diff)
downloadqt-creator-ecb0470c30580439b593f70e7e03da103c20b680.tar.gz
QmlDesigner.DesignDocument: code cleanup
Change-Id: Ib71117cb5726662b4212f99a7c4136005273ae66 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/plugins/qmldesigner/components/integration/designdocument.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/qmldesigner/components/integration/designdocument.cpp b/src/plugins/qmldesigner/components/integration/designdocument.cpp
index cb5965b79e..56dfdda577 100644
--- a/src/plugins/qmldesigner/components/integration/designdocument.cpp
+++ b/src/plugins/qmldesigner/components/integration/designdocument.cpp
@@ -257,8 +257,6 @@ void DesignDocument::loadDocument(QPlainTextEdit *edit)
m_inFileComponentTextModifier.reset();
- //masterModel = Model::create(textModifier, searchPath, errors);
-
updateFileName(QString(), fileName());
m_subComponentManager->update(QUrl::fromLocalFile(fileName()), currentModel()->imports());