yacreader/common/custom_widgets.h
Luis Ángel San Martín df286875ca separadas en ficheros todas las clases que habia en custom_widgets.h/.cpp
eliminado c?digo que ya no se usaba en custom_widgets.h/.cpp
2013-05-16 17:05:38 +02:00

13 lines
116 B
C++

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