mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-01 17:19:59 +01:00
The name of the elements and folders of the collection are not displayed until we hover the item with the mouse. This due that QtConcurent::run was disabled at loading of collection in the goal of use QtConcurrent::run with Qt6. Run is made to run a function once. Map is made to run a fonction for each item of a sequence (what we need in this case). Remove code of run and re-enable code for map.