orocos-toolchain / orogen

Code generator for components and type handling in Rock - the Robot Construction Kit - and the Orocos Toolchain
http://rock-robotics.org
Other
4 stars 35 forks source link

fix the Qt global initializer #129

Closed doudou closed 4 years ago

doudou commented 4 years ago

The current implementation was just ... wrong. It probably was crashing things as soon as components were reconfigured (and sometimes at startup as well).

Tested through gui/orogen/qt_base (https://github.com/rock-core/rock.build-tests-buildconf/pull/9)