Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/
H A Dmain.cpp106 …const QStringList picturesLocation = QStandardPaths::standardLocations(QStandardPaths::PicturesLoc… in main() local
107 …const QUrl imagePath = picturesLocation.isEmpty() ? appPath : QUrl::fromLocalFile(picturesLocation in main()