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

Method buttonClicked

src/qpushbuttonasqrcode.cpp:46–48  ·  view source on GitHub ↗

* @brief QPushButtonAsQRCode::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */

Source from the content-addressed store, hash-verified

44 * emitting clicked(QString) with string provided to constructor
45 */
46void QPushButtonAsQRCode::buttonClicked(bool /*unused*/) {
47 emit clicked(textToCopy);
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected