The problem is that your trying to delete you dir like this
Qt Code:
To copy to clipboard, switch view to plain text mode
But rmdir is not static. What you should do is create QDir object (let say QDir dir) and then
The problem is that your trying to delete you dir like this
Qt Code:
To copy to clipboard, switch view to plain text mode
But rmdir is not static. What you should do is create QDir object (let say QDir dir) and then
I'm a rebel in the S.D.G.
Bookmarks