summaryrefslogtreecommitdiff
path: root/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2010-01-28 17:50:09 +0100
committerThomas Hartmann <Thomas.Hartmann@nokia.com>2010-01-28 17:51:16 +0100
commit0ff51c1932accca771382050efbc093404e440f1 (patch)
treec78ddb0a1fbc8ebad149f9e74c96f3988809b5ce /src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h
parent8582664c8e2eb7d0f1f48163272749e7d2b45834 (diff)
downloadqt-creator-0ff51c1932accca771382050efbc093404e440f1.tar.gz
QmlDesigner.propertyEditor: refactoring of PropertyEditor
Diffstat (limited to 'src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h')
-rw-r--r--src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h
index d9ec46b052..7da8f9d4b4 100644
--- a/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h
+++ b/src/plugins/qmldesigner/components/propertyeditor/propertyeditorvalue.h
@@ -77,7 +77,7 @@ private:
class PropertyEditorValue : public QObject
-{
+{
Q_OBJECT
Q_PROPERTY(QVariant value READ value WRITE setValueWithEmit NOTIFY valueChanged)
Q_PROPERTY(QString expression READ expression WRITE setExpressionWithEmit NOTIFY expressionChanged FINAL)
@@ -100,7 +100,6 @@ public:
void setExpression(const QString &expression);
bool isInSubState() const;
- void setIsInSubState(bool isInSubState);
bool isInModel() const;
@@ -109,8 +108,6 @@ public:
void setIsValid(bool valid);
- void setIsInModel(bool isInModel);
-
QString name() const;
void setName(const QString &name);