diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-12 07:33:32 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-12 07:33:32 (GMT) |
commit | 893404a0ad649ba12d3ada2e94cc17cf77b96127 (patch) | |
tree | 82444cd087375b6c50fea9a981e7c533eef78d0b /src/declarative/qml/qml.h | |
parent | e605366e234af3008942f4029079c2cb84465c69 (diff) | |
download | Qt-893404a0ad649ba12d3ada2e94cc17cf77b96127.zip Qt-893404a0ad649ba12d3ada2e94cc17cf77b96127.tar.gz Qt-893404a0ad649ba12d3ada2e94cc17cf77b96127.tar.bz2 |
More tests
Diffstat (limited to 'src/declarative/qml/qml.h')
-rw-r--r-- | src/declarative/qml/qml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qml.h b/src/declarative/qml/qml.h index 1c662a7..b435e94 100644 --- a/src/declarative/qml/qml.h +++ b/src/declarative/qml/qml.h @@ -106,7 +106,7 @@ QObject *qmlAttachedPropertiesObject(const QObject *obj) if (idx == -1 || !obj) return 0; - return qmlAttachedPropertiesObjectById(obj, idx); + return qmlAttachedPropertiesObjectById(idx, obj); } QML_DECLARE_TYPE(QObject); |