From 295ea74b7c652ee98ed865fdbc572ecd65478bc4 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Tue, 31 Jan 2017 15:55:21 +0100 Subject: did some work on the gif custom classes --- aocharselect.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 aocharselect.h (limited to 'aocharselect.h') diff --git a/aocharselect.h b/aocharselect.h deleted file mode 100644 index be57dde..0000000 --- a/aocharselect.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef AOCHARSELECT_H -#define AOCHARSELECT_H - -#include - -class AOCharSelect : public QLabel -{ -public: - AOCharSelect(); -}; - -#endif // AOCHARSELECT_H -- cgit