diff options
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 38888a7..cc3dfac 100644 --- a/aoemotebutton.h +++ b/aoemotebutton.h @@ -12,8 +12,9 @@ class AOEmoteButton : public QPushButton public: AOEmoteButton(QWidget *p_parent, AOApplication *p_ao_app, int p_x, int p_y); - void set_on(QString p_char, int p_emote); - void set_off(QString p_char, int p_emote); + //void set_on(QString p_char, int p_emote); + //void set_off(QString p_char, int p_emote); + void set_image(QString p_char, int p_emote, QString suffix); void set_id(int p_id) {m_id = p_id;} int get_id() {return m_id;} |
