diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-05 21:15:01 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-07-05 21:15:01 -0500 |
| commit | 17601c3723a181e348e37eddcc04bf506165cb72 (patch) | |
| tree | 98d93a106ebba6cfd5cf03443226c3bf6d86e052 /aocharbutton.h | |
| parent | a7c63a44c67f175495b5fa3b6cca9a5015fbe108 (diff) | |
| parent | 30a87d23c9c63bed072b3460e7482075dc530b2c (diff) | |
Merge branch 'headers'
Diffstat (limited to 'aocharbutton.h')
| -rw-r--r-- | aocharbutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aocharbutton.h b/aocharbutton.h index f7154169..6b80460c 100644 --- a/aocharbutton.h +++ b/aocharbutton.h @@ -2,11 +2,12 @@ #define AOCHARBUTTON_H #include "aoapplication.h" +#include "aoimage.h" #include <QPushButton> #include <QString> #include <QWidget> -#include "aoimage.h" +#include <QFile> class AOCharButton : public QPushButton { |
