Re: [Interest] App crashes on iOS when geocode or reverseGecode is used

2019-04-13 Thread Tony Rietwyk
Hi Roman, Your qGeoService provider is on the stack and discarded at the end of your constructor.  The documentation for geocodingManager makes clear that the pointer returned is owned by the provider, so I assume the pointer becomes invalid.  Try keeping a pointer to the provider as well as

Re: [Interest] Random question Friday: Why no area() for Rects and Sizes?, path.join()?

2019-04-13 Thread Giuseppe D'Angelo via Interest
Il 12/04/19 17:09, Jason H ha scritto: I often miss Node and Python that has a path appender. This could have been tedious in the past but in C++11, QDir::join({parts, of, a, path, and, filename}) (declared as static QDir::join(const QStringList& parts);) I'm aware that Qt makes file path deli