forked from Public/monero-gui
QrCodeScanner: parse extra parameters
This commit is contained in:
@@ -44,6 +44,7 @@ class QrScanThread : public QThread, public zbar::Image::Handler
|
||||
public:
|
||||
QrScanThread(QObject *parent = Q_NULLPTR);
|
||||
void addFrame(const QVideoFrame &frame);
|
||||
virtual void stop();
|
||||
|
||||
Q_SIGNALS:
|
||||
void decoded(int type, const QString &data);
|
||||
@@ -51,7 +52,6 @@ Q_SIGNALS:
|
||||
|
||||
protected:
|
||||
virtual void run();
|
||||
virtual void stop();
|
||||
void processVideoFrame(const QVideoFrame &);
|
||||
void processQImage(const QImage &);
|
||||
void processZImage(zbar::Image &image);
|
||||
|
||||
Reference in New Issue
Block a user