]> Shamusworld >> Repos - architektonas/blob - src/blockwidget.h
Converted codebase from Qt4 to Qt5.
[architektonas] / src / 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__