index
:
whiteboard.git
master
Reichwein.IT Whiteboard
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
qrcode.h
blob: f6546f03d84689c1fc6c31aed7e5ae9778f6df5d (
plain
)
1
2
3
4
5
#pragma once #include <string> std::string getQRCode(const std::string& data);