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
Tobias Hunger
qt-creator
Commits
b1a44e8e
Commit
b1a44e8e
authored
Dec 13, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.itemLibrary: crash fix
parent
9ada2a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/itemlibrary/itemlibrarywidget.cpp
View file @
b1a44e8e
...
...
@@ -285,6 +285,8 @@ void ItemLibraryWidget::setSearchFilter(const QString &searchFilter)
void
ItemLibraryWidget
::
setModel
(
Model
*
model
)
{
m_d
->
model
=
model
;
if
(
!
model
)
return
;
setItemLibraryInfo
(
model
->
metaInfo
().
itemLibraryInfo
());
updateModel
();
}
...
...
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