Merge to dev branch
This commit is contained in:
parent
7261029082
commit
5ab4318c23
38 changed files with 3554 additions and 49 deletions
14
client/platforms/macos_ne/QRCodeReaderBase.cpp
Normal file
14
client/platforms/macos_ne/QRCodeReaderBase.cpp
Normal 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) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue