mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-14 11:56:25 +00:00
final fix to version upgrade to 3.2
This commit is contained in:
parent
7582cdceb3
commit
ac6919ccfd
@ -98,10 +98,10 @@ QZXing::QZXing(QZXing::DecoderFormat decodeHints, QObject *parent) : QObject(par
|
||||
#if QT_VERSION >= 0x040700
|
||||
void QZXing::registerQMLTypes()
|
||||
{
|
||||
qmlRegisterType<QZXing>("QZXing", 3, 1, "QZXing");
|
||||
qmlRegisterType<QZXing>("QZXing", 3, 2, "QZXing");
|
||||
|
||||
#ifdef QZXING_MULTIMEDIA
|
||||
qmlRegisterType<QZXingFilter>("QZXing", 3, 1, "QZXingFilter");
|
||||
qmlRegisterType<QZXingFilter>("QZXing", 3, 2, "QZXingFilter");
|
||||
#endif //QZXING_MULTIMEDIA
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user