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

Method setTextToCopy

src/qpushbuttonwithclipboard.cpp:41–43  ·  view source on GitHub ↗

* @brief QPushButtonWithClipboard::setTextToCopy sets text from associated * text field * @param value QString text to be copied */

Source from the content-addressed store, hash-verified

39 * @param value QString text to be copied
40 */
41void QPushButtonWithClipboard::setTextToCopy(const QString &value) {
42 textToCopy = value;
43}
44
45/**
46 * @brief QPushButtonWithClipboard::buttonClicked handles clicked event by

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected