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