diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-03-18 13:21:08 +0100 |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-03-18 13:22:25 +0100 |
commit | 5f71d6d05e277ad6b90b6a829c599eed1ec8d59e (patch) | |
tree | 15eff5d1ee2c90ae99cefcd1c9c47ee71a0f27de /tests/auto/declarative/qdeclarativeproperty | |
parent | a3ef1b5e0d8e7181793db07ba3a2fe1546c952ac (diff) | |
download | qt4-tools-5f71d6d05e277ad6b90b6a829c599eed1ec8d59e.tar.gz |
Fix compilation issues of autotest on solaris
Task-number: QTBUG-8590
Diffstat (limited to 'tests/auto/declarative/qdeclarativeproperty')
-rw-r--r-- | tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp b/tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp index 9b8a643934..7828ed895c 100644 --- a/tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp +++ b/tests/auto/declarative/qdeclarativeproperty/tst_qdeclarativeproperty.cpp @@ -191,7 +191,7 @@ class PropertyObject : public QObject Q_PROPERTY(int propertyWithNotify READ propertyWithNotify WRITE setPropertyWithNotify NOTIFY oddlyNamedNotifySignal) Q_PROPERTY(MyQmlObject *qmlObject READ qmlObject); - Q_CLASSINFO("DefaultProperty", "defaultProperty"); + Q_CLASSINFO("DefaultProperty", "defaultProperty") public: PropertyObject() : m_resetProperty(9) {} |