Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to tansfer qlist<qgeocoordinate> to qml function so I guess I need to to convert it to QVariantList
I have a signal flleRead(QVariantList *list). I need to pass theqlist<qgeocoordinate> through the signal as a qvariantlist.
I have done it this way but any better approach?