This commit is contained in:
Luis Ángel San Martín 2024-02-02 13:04:45 +01:00
parent 19e45ef9de
commit 76df7e1d83

View File

@ -154,7 +154,7 @@ void YACReaderLibraries::load()
if (settings.value(LIBRARIES).isValid()) {
QByteArray data = settings.value(LIBRARIES).toByteArray();
// in 9.14 the format of libraries has changeg, so we need to check if we can do a migration
// in 9.14 the format of libraries has changed, so we need to check if we can do a migration
QDataStream legacyIn(&data, QIODevice::ReadOnly);
QMap<QString, QPair<int, QString>> legacyLibraries;
legacyIn >> legacyLibraries;