rinigus / pure-maps

Maps and navigation
https://rinigus.github.io/pure-maps/
GNU General Public License v3.0
252 stars 43 forks source link

Use Qt.callLater instead of timer when Qt version is bumped #280

Open rinigus opened 5 years ago

rinigus commented 5 years ago

In RoutePage.qml, Timer is used to ensure that the autorouting is called after all settings are applied. Use Qt.callLater when SFOS will bump its version to 5.9

rinigus commented 5 years ago

In several other places would be useful as well