diff options
| author | Cerapter <cerap@protonmail.com> | 2018-08-19 09:37:34 +0200 |
|---|---|---|
| committer | Cerapter <cerap@protonmail.com> | 2018-08-19 09:37:34 +0200 |
| commit | d314b8dd07f72d94724c3902258dfb2641d3435c (patch) | |
| tree | 881b67f9a044d44b1292ae4548a6faf38a275eda /aoemotebutton.h | |
| parent | e6eace9a39fe4d0f0755d86686650ccfdff81982 (diff) | |
Moved includes out of the CPP files into the header files.
Reimplementation of `30a87d23c9c63bed072b3460e7482075dc530b2c` from the
old origin.
Diffstat (limited to 'aoemotebutton.h')
| -rw-r--r-- | aoemotebutton.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/aoemotebutton.h b/aoemotebutton.h index cc3dfacd..c99a73b0 100644 --- a/aoemotebutton.h +++ b/aoemotebutton.h @@ -1,10 +1,11 @@ #ifndef AOEMOTEBUTTON_H #define AOEMOTEBUTTON_H -#include <QPushButton> - #include "aoapplication.h" +#include <QPushButton> +#include <QDebug> + class AOEmoteButton : public QPushButton { Q_OBJECT |
