Skip to content

Add locking calls to all QML callbacks in formgps_ui.cpp #26

Open
@torriem

Description

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions