diff options
Diffstat (limited to 'include/aoimage.h')
| -rw-r--r-- | include/aoimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/aoimage.h b/include/aoimage.h index c4fdf2ee..01ef8540 100644 --- a/include/aoimage.h +++ b/include/aoimage.h @@ -16,8 +16,8 @@ public: QWidget *m_parent; AOApplication *ao_app; - void set_image(QString p_image); - void set_image_from_path(QString p_path); + bool set_image(QString p_image); + bool set_chatbox(QString p_path); void set_size_and_pos(QString identifier); }; |
