Open
Description
We have a warning in this testsuite.
Lab_Demo/Plugins/PCA/Basic_generator_plugin.cpp:145:53: warning: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Wdeprecated-declarations]
But according to the Qt documentation we can replace only if we go for Qt 6.7 as minimal version, while we require only 6.4 here