summaryrefslogtreecommitdiffhomepage
path: root/qrcode.h
blob: f6546f03d84689c1fc6c31aed7e5ae9778f6df5d (plain)
1
2
3
4
5
#pragma once

#include <string>

std::string getQRCode(const std::string& data);