Delete picture from default picture location in QT/C++ side
Unsolved
QML and Qt Quick
-
Hi,
How to delete picure from default system ( QStandardPaths::writableLocation(QStandardPaths::PicturesLocation) ) location in C++ side .
Thanks
-
Hi,
QFile::remove come to mind for that.
-
This post is deleted!