On Friday 05 June 2015 10:10:50 Frederik Gladhorn wrote: > - qreal distanceTo(const QGeoCoordinate &other) const; > - qreal azimuthTo(const QGeoCoordinate &other) const; > + Q_INVOKABLE qreal distanceTo(const QGeoCoordinate &other) const; > + Q_INVOKABLE qreal azimuthTo(const QGeoCoordinate &other) const; >
>From C++, the module looks good. >From QML, should there be some Q_REVISION above? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
