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

Method getTextToCopy

src/qpushbuttonwithclipboard.cpp:32–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

30 * @return QString textToCopy
31 */
32auto QPushButtonWithClipboard::getTextToCopy() const -> QString {
33 return textToCopy;
34}
35
36/**
37 * @brief QPushButtonWithClipboard::setTextToCopy sets text from associated

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected