aboutsummaryrefslogtreecommitdiff
path: root/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat.h b/chat.h
index 1b45e14..6cb7769 100644
--- a/chat.h
+++ b/chat.h
@@ -20,7 +20,7 @@ public:
Q_INVOKABLE uint32_t getId();
Q_INVOKABLE int getType();
Q_INVOKABLE QString getName();
- // Q_INVOKABLE QString getProfileImage();
+ Q_INVOKABLE QString getProfileImage();
Q_INVOKABLE QColor getColor();
Q_INVOKABLE bool canSend();
Q_INVOKABLE bool isMuted();