Qt 6's url type is no longer auto-convertible to strings. This uses the URL constructor as per https://doc.qt.io/qt-6/qml-url.html#details .
Type: fix
 Differential  D136  
Fix file name not being displayed in ConfirmUploadPopup Authored by tusooa on Jul 16 2024, 6:59 PM. Tags None Referenced Files 
 
 Subscribers None 
Details 
 Qt 6's url type is no longer auto-convertible to strings. This uses the URL constructor as per https://doc.qt.io/qt-6/qml-url.html#details . Type: fix Drop some file into a SendMessageBox. Verify it displays the correct file name. 
Diff Detail 
  |