mirror of https://github.com/status-im/qzxing.git
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…
Reference in New Issue