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
05108af8
Commit
05108af8
authored
Feb 11, 2010
by
Marco Bubke
Browse files
Move the change notifiers in the property editor to the protected
section
parent
06e96f62
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp
View file @
05108af8
...
...
@@ -291,6 +291,7 @@ void PropertyEditor::anyPropertyChanged(const QmlObjectNode &fxObjectNode)
void
PropertyEditor
::
otherPropertyChanged
(
const
QmlObjectNode
&
fxObjectNode
)
{
QmlModelView
::
transformChanged
(
fxObjectNode
);
anyPropertyChanged
(
fxObjectNode
);
}
...
...
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h
View file @
05108af8
...
...
@@ -81,13 +81,11 @@ public:
ModelState
modelState
()
const
;
void
otherPropertyChanged
(
const
QmlObjectNode
&
);
void
transformChanged
(
const
QmlObjectNode
&
qmlObjectNode
);
void
anyPropertyChanged
(
const
QmlObjectNode
&
qmlObjectNode
);
void
stateChanged
(
const
QmlModelState
&
newQmlModelState
,
const
QmlModelState
&
oldQmlModelState
);
void
propertiesAboutToBeRemoved
(
const
QList
<
AbstractProperty
>&
propertyList
);
void
variantPropertiesChanged
(
const
QList
<
VariantProperty
>&
propertyList
,
PropertyChangeFlags
propertyChange
);
...
...
@@ -97,6 +95,9 @@ public:
protected:
void
timerEvent
(
QTimerEvent
*
event
);
void
otherPropertyChanged
(
const
QmlObjectNode
&
);
void
transformChanged
(
const
QmlObjectNode
&
qmlObjectNode
);
void
stateChanged
(
const
QmlModelState
&
newQmlModelState
,
const
QmlModelState
&
oldQmlModelState
);
private
slots
:
void
reloadQml
();
...
...
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