Skip to content

Qt GUI should use returned values to avoid mixing answers on long computations #25

Description

@kovzol

Currently, the bibref's internals collect computed data in the collect_info string variable. In case there are mutiple internal calls simultaneously (e.g. a getrefs call and meanwhile another one), these are mixed, because the Qt GUI is asynchronous.

Instead, it would be important to return data via return values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions