Home
last modified time | relevance | path

Searched refs:lSavePath (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DSpectacleCore.cpp336 …QUrl lSavePath = (mStartMode == StartMode::Background && mFileNameUrl.isValid() && mFileNameUrl.is… in screenshotUpdated() local
337 lExportManager->doSave(lSavePath, mNotify); in screenshotUpdated()
443 …const QString &lSavePath = theSavedAt.adjusted(QUrl::RemoveFilename | QUrl::StripTrailingSlash).pa… in doNotify() local
448 …Notify->setText(i18n("A screenshot was saved as '%1' to '%2'.", theSavedAt.fileName(), lSavePath)); in doNotify()
453 } else if (lSavePath == QStandardPaths::writableLocation(QStandardPaths::PicturesLocation)) { in doNotify()
456 …Notify->setText(i18n("A screenshot was saved as '%1' to '%2'.", theSavedAt.fileName(), lSavePath)); in doNotify()