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

Method qrCodeButtonConstructorText

tests/auto/ui/tst_ui.cpp:302–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void tst_ui::qrCodeButtonConstructorText() {
303 QPushButtonAsQRCode btn("qrdata");
304 QCOMPARE(btn.getTextToCopy(), QString("qrdata"));
305}
306
307void tst_ui::qrCodeButtonGetSetText() {
308 QPushButtonAsQRCode btn("first");

Callers

nothing calls this directly

Calls 1

getTextToCopyMethod · 0.45

Tested by

no test coverage detected