yacreader/common/custom_widgets.h
2013-05-26 17:10:32 +02:00

13 lines
116 B
C++

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