Fix Qt6.2 compatibality issues - #811
Conversation
|
CI fails: |
|
Converting to draft until CI is green. |
There's no pre-6.4 language equivalent of the pragma, so we can't make it version-conditional cleanly (QML has no preprocessor, and gating it via build-time file generation is more machinery than a single lint line justifies). Removing it is safe because the pragma is only advisory here. |
df2c51e to
dea6991
Compare
|
Ready for review. All issues with Ubuntu 22.04 were solved |
FolderDialog compatiability with Qt6.2|
@hebasto ping |
|
@hebasto could you take a look at this when you have the time, please? |
dea6991 to
620ee82
Compare
ci: add ubuntu22.04 remove `pragma ComponentBehavior: Bound` fix: `selectedFiles` is read-only with qt6.2 fix the ci failure
620ee82 to
f1796dd
Compare
fix the compatibility of the folder dialog component with qt6.2 that causes a failure with ubuntu22.04
Also, added ubuntu22.04 to the CI matrix
fix #783