mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 08:25:03 -04:00
delTree has been replaced by QDir::removeRecursively() (Qt5) (Qt4 support has been dropped)
This commit is contained in:
@ -1,12 +1,6 @@
|
||||
#ifndef __CUSTOM_WIDGETS_H
|
||||
#define __CUSTOM_WIDGETS_H
|
||||
|
||||
class QDir;
|
||||
|
||||
void delTree(QDir dir);
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user