QtAgOpenGPS icon indicating copy to clipboard operation
QtAgOpenGPS copied to clipboard

Add locking calls to all QML callbacks in formgps_ui.cpp

Open torriem opened this issue 1 year ago • 0 comments

Since the UI callbacks are in the UI thread, we need to lock the back end data structures. Add locking to all the QML callbacks in formgps_ui.cpp.

lock.lockForWrite();

and

lock.unlock();

torriem avatar Feb 01 '24 03:02 torriem