[office/tellico] src/fetch: Add UPCItemDb to default fetchers
Robby Stephenson <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 137877fe24536ca62772140d76e96c9f24c9f0f0 by Robby Stephenson.
Committed on 01/08/2026 at 00:48.
Pushed by rstephenson into branch 'master'.
Add UPCItemDb to default fetchers
M +2 -0 src/fetch/fetchmanager.cpp
https://invent.kde.org/office/tellico/-/commit/137877fe24536ca62772140d76e96c9f24c9f0f0
diff --git a/src/fetch/fetchmanager.cpp b/src/fetch/fetchmanager.cpp
index a23d52803..8eb862881 100644
--- a/src/fetch/fetchmanager.cpp
+++ b/src/fetch/fetchmanager.cpp
@@ -353,6 +353,8 @@ Tellico::Fetch::FetcherVec Manager::defaultFetchers() {
// coins and stamps
FETCHER_ADD(Colnect);
FETCHER_ADD(Numista);
+// general
+ FETCHER_ADD(UPCItemDb);
QStringList langs = QLocale().uiLanguages();
if(!langs.isEmpty() && langs.first().contains(QLatin1Char('-'))) {
// I'm not sure QT always include two-letter locale codes