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.
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.