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
541e8a58
Commit
541e8a58
authored
Feb 25, 2010
by
Kai Koehne
Browse files
QmlDesigner: Code beautification
parent
ca34e0c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h
View file @
541e8a58
...
...
@@ -97,8 +97,9 @@ protected:
void
timerEvent
(
QTimerEvent
*
event
);
void
otherPropertyChanged
(
const
QmlObjectNode
&
,
const
QString
&
propertyName
);
void
transformChanged
(
const
QmlObjectNode
&
qmlObjectNode
,
const
QString
&
propertyName
);
void
setupPane
(
const
QString
&
typeName
);
void
stateChanged
(
const
QmlModelState
&
newQmlModelState
,
const
QmlModelState
&
oldQmlModelState
);
void
setupPane
(
const
QString
&
typeName
);
void
setValue
(
const
QmlObjectNode
&
fxObjectNode
,
const
QString
&
name
,
const
QVariant
&
value
);
private
slots
:
...
...
src/plugins/qmldesigner/core/model/qmlmodelview.cpp
View file @
541e8a58
...
...
@@ -335,15 +335,12 @@ void QmlModelView::transformChanged(const QmlObjectNode &/*qmlObjectNode*/, cons
void
QmlModelView
::
parentChanged
(
const
QmlObjectNode
&
/*qmlObjectNode*/
)
{
}
void
QmlModelView
::
otherPropertyChanged
(
const
QmlObjectNode
&
/*qmlObjectNode*/
,
const
QString
&
/*propertyName*/
)
{
}
void
QmlModelView
::
stateChanged
(
const
QmlModelState
&
/*newQmlModelState*/
,
const
QmlModelState
&
/*oldQmlModelState*/
)
{
}
...
...
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