Merge branch 'dev' into open-config-in-app
This commit is contained in:
commit
9f7b2de311
22 changed files with 96 additions and 66 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "QRCodeReader.h"
|
||||
#include "QRCodeReaderBase.h"
|
||||
|
||||
QRCodeReader::QRCodeReader()
|
||||
{
|
||||
|
@ -11,4 +11,4 @@ QRect QRCodeReader::cameraSize() {
|
|||
|
||||
void QRCodeReader::startReading() {}
|
||||
void QRCodeReader::stopReading() {}
|
||||
void QRCodeReader::setCameraSize(QRect) {};
|
||||
void QRCodeReader::setCameraSize(QRect) {}
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef QRCODEREADER_H
|
||||
#define QRCODEREADER_H
|
||||
#ifndef QRCODEREADERBASE_H
|
||||
#define QRCODEREADERBASE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QRect>
|
||||
|
@ -25,4 +25,4 @@ private:
|
|||
QRect m_cameraSize;
|
||||
};
|
||||
|
||||
#endif // QRCODEREADER_H
|
||||
#endif // QRCODEREADERBASE_H
|
|
@ -1,4 +1,4 @@
|
|||
#include "QRCodeReader.h"
|
||||
#include "QRCodeReaderBase.h"
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <AVFoundation/AVFoundation.h>
|
Loading…
Add table
Add a link
Reference in a new issue