summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlbind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmlbind.h')
-rw-r--r--src/declarative/util/qmlbind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlbind.h b/src/declarative/util/qmlbind.h
index 8ff4152..706e202 100644
--- a/src/declarative/util/qmlbind.h
+++ b/src/declarative/util/qmlbind.h
@@ -60,12 +60,12 @@ class Q_DECLARATIVE_EXPORT QmlBind : public QObject
Q_PROPERTY(QObject *target READ object WRITE setObject)
Q_PROPERTY(QString property READ property WRITE setProperty)
Q_PROPERTY(QVariant value READ value WRITE setValue)
+ Q_PROPERTY(bool when READ when WRITE setWhen)
public:
QmlBind(QObject *parent=0);
~QmlBind();
- Q_PROPERTY(bool when READ when WRITE setWhen);
bool when() const;
void setWhen(bool);