https://bugs.kde.org/show_bug.cgi?id=501109
Bug ID: 501109 Summary: KIO warning using FileDialog Classification: Frameworks and Libraries Product: frameworks-kio Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kio-bugs-n...@kde.org Reporter: herzensch...@gmail.com CC: kdelibs-b...@kde.org Target Milestone: --- I'm making a simple QML app. It has a couple FileDialog instances with the following nameFilters: ``` nameFilters: ["Music files (*.mp3 *.wav *.flac *.ogg *.opus)"] // ... nameFilters: ["LRC files (*.lrc)"] ``` I seem to always get a runtime warning like: ``` kf.kio.filewidgets.kfilefiltercombo: KFileFilterCombo::setCurrentFilter: Could not find file filter KFileFilter(MIME patterns: QList() File patterns: QList("*.lrc") label: "LRC files") ``` whenever I open a file dialog on Plasma, even though I'm not using any KIO API. How would I go about fixing this warning? This warning is very cryptic and I don't understand it. The code is in https://codeberg.org/herzenschein/klrc -- You are receiving this mail because: You are watching all bug changes.