| 326 | } |
| 327 | |
| 328 | void LightscreenWindow::messageClicked() |
| 329 | { |
| 330 | if (mLastMessage == 1) { |
| 331 | goToFolder(); |
| 332 | } else if (mLastMessage == 3) { |
| 333 | QTimer::singleShot(0, this, &LightscreenWindow::showOptions); |
| 334 | } else { |
| 335 | QDesktopServices::openUrl(QUrl(Uploader::instance()->lastUrl())); |
| 336 | } |
| 337 | } |
| 338 | |
| 339 | void LightscreenWindow::executeArgument(const QString &message) |
| 340 | { |