mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-07-30 07:44:13 +02:00
7e08cd1285
QVariant::type() and the QVariant::Type enum are deprecated in Qt6. Switch on userType() (non-deprecated, returns the QMetaType id and works on Qt5 too) with QMetaType enum cases. Clears 6 -Wdeprecated- declarations warnings; the numeric type ids are unchanged.