* @brief QPushButtonWithClipboard::getTextToCopy returns the text of * associated text field * @return QString textToCopy */
| 30 | * @return QString textToCopy |
| 31 | */ |
| 32 | auto QPushButtonWithClipboard::getTextToCopy() const -> QString { |
| 33 | return textToCopy; |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * @brief QPushButtonWithClipboard::setTextToCopy sets text from associated |
nothing calls this directly
no outgoing calls
no test coverage detected