| 343 | } |
| 344 | |
| 345 | void Screenshot::uploadDone(const QString &url) |
| 346 | { |
| 347 | if (mOptions.urlClipboard && !url.isEmpty()) { |
| 348 | QApplication::clipboard()->setText(url, QClipboard::Clipboard); |
| 349 | } |
| 350 | |
| 351 | emit finished(); |
| 352 | } |
| 353 | |
| 354 | void Screenshot::refresh() |
| 355 | { |
nothing calls this directly
no outgoing calls
no test coverage detected