yacreader/common/custom_widgets.h
Luis Ángel San Martín 9bf52def68 fixed server_log maxSize
2014-06-27 22:54:22 +02:00

13 lines
116 B
C++

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