From 3639072605b3393d5202aa6a3ae9e36152da20db Mon Sep 17 00:00:00 2001 From: Robin Stuart Date: Mon, 3 Aug 2020 17:27:42 +0100 Subject: [PATCH] Add DPD to GUI --- frontend_qt/mainwindow.cpp | 1 + frontend_qt/mainwindow.h | 1 + 2 files changed, 2 insertions(+) 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,