Skip to content

Bugfix shared pointers in capture count widget

The usage of QSharedPointers in the capture counting widget of the manager led to crashes during object deletion. Therefore, the widget shares native pointers to Capture and Scheduler.

Merge request reports