opengisch / solocator

GNU General Public License v3.0
0 stars 1 forks source link

Make error reporting thread safe #42

Closed m-kuhn closed 5 years ago

m-kuhn commented 5 years ago

If errors happen on a background thread, they cannot directly be raised to the message bar, since the message bar lives in the main thread.

They are now posted to the event queue of the main thread, so QGIS will show information in the message bar instead of crashing.