Removing a non empty folder in Qt

Viku picture Viku · Jun 15, 2012 · Viewed 24.8k times · Source

How to remove a non-empty folder in Qt.

Answer

hpsMouse picture hpsMouse · Jun 13, 2013

If you're using Qt 5, there is QDir::removeRecursively().