yacreader/common/custom_widgets.h
Luis Ángel San Martín 91df0a6aad added missing image files
2014-09-27 23:36:39 +02:00

13 lines
116 B
C++

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