diff options
Diffstat (limited to 'xfa/fxbarcode/cbc_qrcode.cpp')
-rw-r--r-- | xfa/fxbarcode/cbc_qrcode.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fxbarcode/cbc_qrcode.cpp b/xfa/fxbarcode/cbc_qrcode.cpp index 9ea20a6820..1e0703caab 100644 --- a/xfa/fxbarcode/cbc_qrcode.cpp +++ b/xfa/fxbarcode/cbc_qrcode.cpp @@ -81,6 +81,10 @@ FX_BOOL CBC_QRCode::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) { return TRUE; } +BC_TYPE CBC_QRCode::GetType() { + return BC_QR_CODE; +} + CFX_WideString CBC_QRCode::Decode(uint8_t* buf, int32_t width, int32_t height, |