From 0924cb1c990dc7e58782f77897b54eb22255aa39 Mon Sep 17 00:00:00 2001 From: Tobias Hunger <tobias.hunger@nokia.com> Date: Tue, 16 Feb 2010 13:46:14 +0100 Subject: [PATCH] Build fix. --- .../qmldesigner/components/propertyeditor/propertyeditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h index 20cdef39557..5e6f4851437 100644 --- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h +++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditor.h @@ -99,7 +99,7 @@ protected: void timerEvent(QTimerEvent *event); void otherPropertyChanged(const QmlObjectNode &); void transformChanged(const QmlObjectNode &qmlObjectNode); - void PropertyEditor::setupPane(const QString &typeName); + void setupPane(const QString &typeName); void stateChanged(const QmlModelState &newQmlModelState, const QmlModelState &oldQmlModelState); private slots: -- GitLab