diff options
Diffstat (limited to 'aocharselect.h')
| -rw-r--r-- | aocharselect.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/aocharselect.h b/aocharselect.h new file mode 100644 index 0000000..be57dde --- /dev/null +++ b/aocharselect.h @@ -0,0 +1,12 @@ +#ifndef AOCHARSELECT_H +#define AOCHARSELECT_H + +#include <QLabel> + +class AOCharSelect : public QLabel +{ +public: + AOCharSelect(); +}; + +#endif // AOCHARSELECT_H |
