chore: switch to use KCodecs

This commit is contained in:
2024-09-28 12:56:49 +08:00
parent 54c604ee9d
commit c9fc9346b7
5 changed files with 43 additions and 27 deletions

View File

@ -620,8 +620,8 @@ void MainWindow::on_actionHelp_triggered()
#ifndef NO_TAGLIB
QStringLiteral("- [TagLib](https://github.com/taglib/taglib)\n") %
#endif // NO_TAGLIB
#ifndef NO_UCHARDET
QStringLiteral("- [uchardet](https://www.freedesktop.org/wiki/Software/uchardet/)\n") %
#ifndef NO_KCODECS
QStringLiteral("- [KCodecs](https://invent.kde.org/frameworks/kcodecs)\n") %
#endif // NO_TAGLIB
"\n"
"[Source Code](https://github.com/BLumia/pineapple-music)\n"