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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: