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

Method getTextToCopy

src/qpushbuttonasqrcode.cpp:29–31  ·  view source on GitHub ↗

* @brief QPushButtonAsQRCode::getTextToCopy returns the text of * associated text field * @return QString textToCopy */

Source from the content-addressed store, hash-verified

27 * @return QString textToCopy
28 */
29auto QPushButtonAsQRCode::getTextToCopy() const -> QString {
30 return textToCopy;
31}
32
33/**
34 * @brief QPushButtonAsQRCode::setTextToCopy sets text from associated

Calls

no outgoing calls

Tested by

no test coverage detected