diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-12-03 16:12:14 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-12-03 16:12:14 +0100 |
commit | 70131428edce8d7c6476a902d015b30b78e5f862 (patch) | |
tree | f522c3efc0e9901d59e91da59f36a52e927e9523 /qrcode.h | |
parent | bdf314288794e5ca898db9d07b1553182ea4d7ea (diff) |
Version 1.1: Added QR Codev1.1
Diffstat (limited to 'qrcode.h')
-rw-r--r-- | qrcode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qrcode.h b/qrcode.h new file mode 100644 index 0000000..f6546f0 --- /dev/null +++ b/qrcode.h @@ -0,0 +1,5 @@ +#pragma once + +#include <string> + +std::string getQRCode(const std::string& data); |