Hi Aaron

Thank you. I pointed that out here yesterday afternoon.

I was briefly misled by the name of the header file: qdeclarativecoordinate_p.h

https://qt.gitorious.org/qt/qtlocation/source/469cbf8f601270ac0b030202ae303939ba4c63ff:src/imports/positioning/qdeclarativecoordinate_p.h

This actually contains the class CoordinateValueType which as you correctly say is a value type.

@Bolek, have you got it working?

Thanks

Chris

Zitat von "Aaron McCarthy" <aaron.mccar...@jolla.com>:

On Wed, 20 Nov 2013 10:52:29 christopher.l...@thurweb.ch wrote:
Having had a closer look at the Positioning sources, I think
positioning.cpp is missing a line like:

qmlRegisterType<QDeclarativeCoordinate     >(uri, major, minor,
"Coordinate");

Where would be the best place to report this as a bug?

That is not a bug. There is no such class QDeclarativeCoordinate. Coordinates
in QML are no longer QObject derived types (as they were in Qt Mobility),
instead they are value types. See http://doc-snapshot.qt-project.org/qt5-stable/coordinate.html for documentation on how to use this type in QML.

Cheers,

--
Aaron McCarthy
_______________________________________________
SailfishOS.org Devel mailing list



_______________________________________________
SailfishOS.org Devel mailing list

Reply via email to