mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -04:00
typo
This commit is contained in:
parent
19e45ef9de
commit
76df7e1d83
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user