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
5f268d95
Commit
5f268d95
authored
Mar 23, 2010
by
Marco Bubke
Committed by
Kai Koehne
Mar 30, 2010
Browse files
fix typo
parent
fdd2d083
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp
View file @
5f268d95
...
...
@@ -403,8 +403,9 @@ void ObjectNodeInstance::reparent(const NodeInstance &oldParentInstance, const Q
void
ObjectNodeInstance
::
setPropertyVariant
(
const
QString
&
name
,
const
QVariant
&
value
)
{
QDeclarativeProperty
QDeclarativeProperty
(
object
(),
name
,
context
());
QDeclarativeProperty
.
write
(
value
);
QDeclarativeProperty
property
(
object
(),
name
,
context
());
property
.
write
(
value
);
}
void
ObjectNodeInstance
::
setPropertyBinding
(
const
QString
&
name
,
const
QString
&
expression
)
...
...
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