diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoemotebutton.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/aoemotebutton.h b/include/aoemotebutton.h index cb46167f..58e7e747 100644 --- a/include/aoemotebutton.h +++ b/include/aoemotebutton.h @@ -2,7 +2,7 @@ #define AOEMOTEBUTTON_H #include "aoapplication.h" - +#include <QPainter> #include <QDebug> #include <QPushButton> @@ -25,6 +25,7 @@ private: int m_id = 0; + signals: void emote_clicked(int p_id); |
