diff --git a/frontend_qt/mainwindow.cpp b/frontend_qt/mainwindow.cpp index b5487ab3..2004dc91 100644 --- a/frontend_qt/mainwindow.cpp +++ b/frontend_qt/mainwindow.cpp @@ -74,6 +74,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags fl) "Deutsche Post Identcode", "Deutsche Post Leitcode", "DotCode", + "DPD Code", "Dutch Post KIX", "EAN-14", "European Article Number (EAN)", diff --git a/frontend_qt/mainwindow.h b/frontend_qt/mainwindow.h index 377762aa..18d4bd05 100644 --- a/frontend_qt/mainwindow.h +++ b/frontend_qt/mainwindow.h @@ -67,6 +67,7 @@ public: DPIDENT = 22, DPLEIT = 21, DOTCODE = 115, + DPD = 96, KIX = 90, EAN14 = 72, EANX = 13,