| 769 | } |
| 770 | |
| 771 | void LightscreenWindow::upload(const QString &fileName) |
| 772 | { |
| 773 | Uploader::instance()->upload(fileName, Uploader::serviceName(settings()->value("upload/service", 0).toInt())); |
| 774 | } |
| 775 | |
| 776 | void LightscreenWindow::uploadCancel() |
| 777 | { |
nothing calls this directly
no outgoing calls
no test coverage detected