mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 07:44:13 +02:00
d5027c4ef9
QVariant::canConvert(int) is deprecated in Qt6. Use the non-deprecated canConvert<T>() template (canConvert<QString>() / canConvert<int>()), which is available on Qt5 too. Clears the last 2 -Wdeprecated- declarations warnings.