In Qt5, a QVariant created from a QString doesn't convert to a QVariantList. In Qt6, it does. It is unclear if that is because it would take two conversions (QString -> QStringList -> QVariantList) or something else. Exclude QStrings from being considered list-like; this works in both Qt5 and Qt6, and fixes weirdness in the Debug window. |
||
---|---|---|
.. | ||
branding | ||
calamares | ||
libcalamares | ||
libcalamaresui | ||
modules | ||
qml | ||
CMakeLists.txt |