You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some of the QObjects we use connect with a lambda function.
This is likly not correct and needs to be verified. It surpresses the capabilty of QT to check if a slot exists.
Test coverage should become checked too.
Prefered solution without lambda.
Also a lot of these signals are duplicated. Likly that is not needed when the mainwindow gets referenced in the multiple_flightpath docking widget.
The text was updated successfully, but these errors were encountered:
On some of the QObjects we use connect with a lambda function.
This is likly not correct and needs to be verified. It surpresses the capabilty of QT to check if a slot exists.
Test coverage should become checked too.
Prefered solution without lambda.
Also a lot of these signals are duplicated. Likly that is not needed when the mainwindow gets referenced in the multiple_flightpath docking widget.
The text was updated successfully, but these errors were encountered: