Qt: Fix copy/paste error in Library
Vicki Pfau vi@endrift.com
Tue, 20 Jun 2017 21:36:05 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
M
src/platform/qt/library/LibraryController.cpp
→
src/platform/qt/library/LibraryController.cpp
@@ -24,7 +24,7 @@ }
} void AbstractGameList::removeEntries(QList<LibraryEntryRef> items) { for (LibraryEntryRef o : items) { - addEntry(o); + removeEntry(o); } }