https://bugs.kde.org/show_bug.cgi?id=441802
--- Comment #8 from Friedrich W. H. Kossebau <[email protected]> --- Some further code understandings: QFileDialog in QFileDialog::accept() (see https://code.qt.io/cgit/qt/qtbase.git/tree/src/widgets/dialogs/qfiledialog.cpp?h=5.15#n2809) has code to trigger the emission of the QFileDialog::urlsSelected even if the platform integration helper does not emit the filesSelected() signal, as !d->usingWidgets() would be true and d->_q_emitUrlsSelected(urls); would trigger the emission. Looked around elsewhere and found some suspicuous code in the xdg portal variant of the Plasma integration which perhaps could trigger things, left comment at related MR: https://invent.kde.org/plasma/plasma-integration/-/merge_requests/4#note_296573 -- You are receiving this mail because: You are watching all bug changes.
