| 311 | } |
| 312 | |
| 313 | void tst_ui::qrCodeButtonSetEmptyText() { |
| 314 | QPushButtonAsQRCode btn("nonempty"); |
| 315 | btn.setTextToCopy(""); |
| 316 | QCOMPARE(btn.getTextToCopy(), QString("")); |
| 317 | } |
| 318 | |
| 319 | void tst_ui::qrCodeButtonSetAndGetRoundtrip() { |
| 320 | QPushButtonAsQRCode btn; |
nothing calls this directly
no test coverage detected