* @brief QPushButtonAsQRCode::buttonClicked handles clicked event by * emitting clicked(QString) with string provided to constructor */
| 44 | * emitting clicked(QString) with string provided to constructor |
| 45 | */ |
| 46 | void QPushButtonAsQRCode::buttonClicked(bool /*unused*/) { |
| 47 | emit clicked(textToCopy); |
| 48 | } |
nothing calls this directly
no outgoing calls
no test coverage detected