mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-05 07:34:03 +00:00
signals for prev Commit
This commit is contained in:
parent
4df9512790
commit
0c8b8fbdad
@ -152,6 +152,8 @@ signals:
|
|||||||
void decodingFinished(bool succeeded);
|
void decodingFinished(bool succeeded);
|
||||||
void tagFound(QString tag);
|
void tagFound(QString tag);
|
||||||
void enabledFormatsChanged();
|
void enabledFormatsChanged();
|
||||||
|
void tagFoundAdvanced(QString tag, QString format, QString charSet);
|
||||||
|
void error(QString msg);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
zxing::MultiFormatReader *decoder;
|
zxing::MultiFormatReader *decoder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user