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

Reply via email to