Skip to content
Snippets Groups Projects
Commit 541e8a58 authored by Kai Koehne's avatar Kai Koehne
Browse files

QmlDesigner: Code beautification

parent ca34e0c0
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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*/)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment