| 208 | } |
| 209 | |
| 210 | void PiuQRCode_set_string(xsMachine *the) |
| 211 | { |
| 212 | PiuQRCode* self = PIU(QRCode, xsThis); |
| 213 | xsSlot* string = PiuString(xsArg(0)); |
| 214 | (*self)->string = string; |
| 215 | PiuContentReflow(self, piuSizeChanged); |
| 216 | } |
| 217 | |
| 218 |
nothing calls this directly
no test coverage detected