dfaust / soundkonverter

soundKonverter is in maintenance mode, PRs are welcome.
https://github.com/dfaust/soundkonverter/wiki
98 stars 26 forks source link

Use correct QUrl::fromLocalFile to fix issue #63 #82

Closed djselbeck closed 4 years ago

djselbeck commented 4 years ago

Wrong use of QUrl did not escape the dash sign correctly when creating a QUrl object. This fixes the add directory functionality.

dfaust commented 4 years ago

Thank you.