Home
last modified time | relevance | path

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

/dports/graphics/spectacle/spectacle-21.12.3/src/
H A DExportManager.cpp118 QDir savePathDir(savePath); in defaultSaveLocation() local
119 if (!(savePathDir.exists())) { in defaultSaveLocation()
120 savePathDir.mkpath(QStringLiteral(".")); in defaultSaveLocation()