From ac6919ccfdf4d5e06502d759facf15818c8e0746 Mon Sep 17 00:00:00 2001 From: Nikolaos Ftylitakis Date: Sun, 8 Aug 2021 13:00:22 +0300 Subject: [PATCH] final fix to version upgrade to 3.2 --- src/QZXing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QZXing.cpp b/src/QZXing.cpp index 395762a..092f884 100644 --- a/src/QZXing.cpp +++ b/src/QZXing.cpp @@ -98,10 +98,10 @@ QZXing::QZXing(QZXing::DecoderFormat decodeHints, QObject *parent) : QObject(par #if QT_VERSION >= 0x040700 void QZXing::registerQMLTypes() { - qmlRegisterType("QZXing", 3, 1, "QZXing"); + qmlRegisterType("QZXing", 3, 2, "QZXing"); #ifdef QZXING_MULTIMEDIA - qmlRegisterType("QZXing", 3, 1, "QZXingFilter"); + qmlRegisterType("QZXing", 3, 2, "QZXingFilter"); #endif //QZXING_MULTIMEDIA }