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
83954cda
Commit
83954cda
authored
Apr 20, 2010
by
Marco Bubke
Committed by
Kai Koehne
Apr 27, 2010
Browse files
Bauhaus Qml types should be not added to the Bauhaus meta type system
Reviewed-by: kkoehne
parent
5f3b82e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/metainfo/metainfo.cpp
View file @
83954cda
...
...
@@ -317,7 +317,8 @@ void MetaInfoPrivate::parseQmlTypes()
void
MetaInfoPrivate
::
parseNonQmlTypes
()
{
foreach
(
QDeclarativeType
*
qmlType
,
QDeclarativeMetaType
::
qmlTypes
())
{
parseNonQmlClassRecursively
(
qmlType
->
metaObject
());
if
(
!
qmlType
->
qmlTypeName
().
contains
(
"Bauhaus"
))
parseNonQmlClassRecursively
(
qmlType
->
metaObject
());
}
parseNonQmlClassRecursively
(
&
QDeclarativeAnchors
::
staticMetaObject
);
...
...
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