https://bugs.kde.org/show_bug.cgi?id=429803
--- Comment #8 from Robby Stephenson <ro...@periapsis.org> --- Git commit 7fdebb51634222cf419e1f412483c9d2556de79e by Robby Stephenson. Committed on 09/12/2020 at 02:08. Pushed by rstephenson into branch '3.3'. Use QFileInfo to determine when importing an audio file directory Rather than checking for an empty filename to determine when importing a directory, use QFileInfo which accounts for scenario when the file chooser passes a directory without a trailing slash. Adjust unit test accordingly. M +4 -0 ChangeLog M +2 -0 src/tests/audiofiletest.cpp M +4 -4 src/translators/audiofileimporter.cpp https://invent.kde.org/office/tellico/commit/7fdebb51634222cf419e1f412483c9d2556de79e -- You are receiving this mail because: You are watching all bug changes.