mirror of
https://github.com/YACReader/yacreader
synced 2026-03-15 10:10:03 -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
|
|
|
|
|