MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / messageClicked

Method messageClicked

lightscreenwindow.cpp:328–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void 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
339void LightscreenWindow::executeArgument(const QString &message)
340{

Callers

nothing calls this directly

Calls 2

QUrlClass · 0.85
lastUrlMethod · 0.80

Tested by

no test coverage detected