Merge to dev branch

This commit is contained in:
Anh TV 2024-10-04 21:52:50 +07:00 committed by Yaroslav Yashin
parent 7261029082
commit 5ab4318c23
38 changed files with 3554 additions and 49 deletions

View file

@ -0,0 +1,14 @@
#include "QRCodeReaderBase.h"
QRCodeReader::QRCodeReader()
{
}
QRect QRCodeReader::cameraSize() {
return QRect();
}
void QRCodeReader::startReading() {}
void QRCodeReader::stopReading() {}
void QRCodeReader::setCameraSize(QRect) {}