Skip to content
GitLab
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
409ee1ba
Commit
409ee1ba
authored
Sep 24, 2010
by
Thomas Hartmann
Browse files
QmlDesigner: disable animations
The symbols are now exported in current 4.7.1. So it does compile.
parent
679e3ac1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/designercore/instances/objectnodeinstance.cpp
View file @
409ee1ba
...
...
@@ -651,7 +651,6 @@ ObjectNodeInstance::Pointer ObjectNodeInstance::create(const NodeMetaInfo &nodeM
static
void
stopAnimation
(
QObject
*
object
,
QObjectList
&
inspectedObjectList
)
{
#if 0
if
(
object
==
0
)
return
;
...
...
@@ -674,10 +673,6 @@ static void stopAnimation(QObject *object, QObjectList &inspectedObjectList)
}
ObjectNodeInstance
::
removeAnimationsFromComponents
(
object
,
inspectedObjectList
);
#else
Q_UNUSED
(
object
);
Q_UNUSED
(
inspectedObjectList
);
#endif
}
void
ObjectNodeInstance
::
removeAnimationsFromComponents
(
QObject
*
object
,
QObjectList
&
inspectedObjectList
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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