Call the filemanager to empty trash

This commit is contained in:
revenmartin 2021-05-21 15:58:15 +08:00
parent df91f84b03
commit f15b532598

View file

@ -34,7 +34,7 @@ TrashManager::TrashManager(QObject *parent)
void TrashManager::emptyTrash()
{
QProcess::startDetached("cutefish-filemanager", QStringList() << "-e");
}
void TrashManager::openTrash()