yacreader/common/custom_widgets.h
2013-12-16 16:35:12 +01:00

13 lines
116 B
C++

#ifndef __CUSTOM_WIDGETS_H
#define __CUSTOM_WIDGETS_H
class QDir;
void delTree(QDir dir);
#endif