paysages3d/gui_qt/baseformlayer.h
2012-07-10 19:39:12 +00:00

18 lines
255 B
C++

#ifndef _PAYSAGES_QT_BASEFORMLAYER_H_
#define _PAYSAGES_QT_BASEFORMLAYER_H_
/* Base form, with automatic layer control */
#include "baseform.h"
class BaseFormLayer:public BaseForm
{
Q_OBJECT
public:
BaseFormLayer(QWidget* parent);
};
#endif