Clementine-audio-player-Mac.../ext
raphj 292fd0b009 Use QString fromLatin1 instead of fromAscii
Methods QString::fromAscii and QString::toAscii have been deprecated in Qt 5 (https://doc.qt.io/qt-5/qstring-obsolete.html).
This commit replaces calls to QString::fromAscii by calls to QString::fromLatin1 and calls to QString::toAscii by calls to QString::toLatin1.
This allows successful build when merging branch master into branch qt5.
2018-07-11 13:40:01 +01:00
..
clementine-spotifyblob Workaround to spotify loading playlist issue (#5593) 2017-01-12 18:00:32 +00:00
clementine-tagreader Fixes for cross compiling for mac. 2016-12-15 11:36:05 +00:00
libclementine-common Explicitly link qt to libclementine-common 2017-11-21 13:25:33 +01:00
libclementine-remote Added basic VGM format playback and tag reading. (#6089) 2018-06-18 14:26:11 +01:00
libclementine-spotifyblob Spotify: add the ability to add/remove tracks to/from Starred playlist 2015-01-14 22:49:36 +01:00
libclementine-tagreader Use QString fromLatin1 instead of fromAscii 2018-07-11 13:40:01 +01:00