mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
13 lines
116 B
C++
13 lines
116 B
C++
#ifndef __CUSTOM_WIDGETS_H
|
|
#define __CUSTOM_WIDGETS_H
|
|
|
|
class QDir;
|
|
|
|
void delTree(QDir dir);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|