Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
06f477fe
Commit
06f477fe
authored
Jan 31, 2011
by
Marco Bubke
Browse files
QmlDesigner.NodeInstances: Fix crash
parent
e8781d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/nodeinstanceserver.cpp
View file @
06f477fe
...
...
@@ -321,7 +321,7 @@ void NodeInstanceServer::addImports(const QVector<AddImportContainer> &container
componentString
+=
QString
(
"Item {}
\n
"
);
importComponent
.
setData
(
componentString
.
toUtf8
(),
Q
Url
());
importComponent
.
setData
(
componentString
.
toUtf8
(),
file
Url
());
if
(
!
importComponent
.
errorString
().
isEmpty
())
qDebug
()
<<
"QmlDesigner.NodeInstances: import wrong: "
<<
importComponent
.
errorString
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment