]> Shamusworld >> Repos - architektonas/blob - blockwidget.h
d3ac02cf37de6102141e0fd2e04045184ce88f46
[architektonas] / blockwidget.h
1 #ifndef __BLOCKWIDGET_H__
2 #define __BLOCKWIDGET_H__
3
4 #include <QtWidgets>
5
6 class BlockWidget: public QWidget
7 {
8         Q_OBJECT
9
10         public:
11                 BlockWidget(void);
12                 ~BlockWidget();
13
14 };
15
16 #endif  // __BLOCKWIDGET_H__