mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix copy/paste error in Library
This commit is contained in:
parent
fb7715f6ac
commit
15af266b8c
|
@ -24,7 +24,7 @@ void AbstractGameList::addEntries(QList<LibraryEntryRef> items) {
|
||||||
}
|
}
|
||||||
void AbstractGameList::removeEntries(QList<LibraryEntryRef> items) {
|
void AbstractGameList::removeEntries(QList<LibraryEntryRef> items) {
|
||||||
for (LibraryEntryRef o : items) {
|
for (LibraryEntryRef o : items) {
|
||||||
addEntry(o);
|
removeEntry(o);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue