* @brief QPushButtonWithClipboard::setTextToCopy sets text from associated * text field * @param value QString text to be copied */
| 39 | * @param value QString text to be copied |
| 40 | */ |
| 41 | void QPushButtonWithClipboard::setTextToCopy(const QString &value) { |
| 42 | textToCopy = value; |
| 43 | } |
| 44 | |
| 45 | /** |
| 46 | * @brief QPushButtonWithClipboard::buttonClicked handles clicked event by |
nothing calls this directly
no outgoing calls
no test coverage detected