MCPcopy Create free account
hub / github.com/IJHack/QtPass / qrCodeButtonDefaultText

Method qrCodeButtonDefaultText

tests/auto/ui/tst_ui.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295// ---- QPushButtonAsQRCode tests ----
296
297void tst_ui::qrCodeButtonDefaultText() {
298 QPushButtonAsQRCode btn;
299 QCOMPARE(btn.getTextToCopy(), QString(""));
300}
301
302void tst_ui::qrCodeButtonConstructorText() {
303 QPushButtonAsQRCode btn("qrdata");

Callers

nothing calls this directly

Calls 1

getTextToCopyMethod · 0.45

Tested by

no test coverage detected