mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 22:57:50 +03:00
Fix cppcheck error
This commit is contained in:
parent
ef4c75448f
commit
f83786d6e9
@ -340,7 +340,7 @@ void CrossPointWebServerActivity::render() const {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void drawQRCode(GfxRenderer& renderer, const int x, const int y, const std::string& data) {
|
void drawQRCode(const GfxRenderer& renderer, const int x, const int y, const std::string& data) {
|
||||||
// Implementation of QR code calculation
|
// Implementation of QR code calculation
|
||||||
// The structure to manage the QR code
|
// The structure to manage the QR code
|
||||||
QRCode qrcode;
|
QRCode qrcode;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user