aboutsummaryrefslogtreecommitdiff
path: root/room.h
diff options
context:
space:
mode:
Diffstat (limited to 'room.h')
-rw-r--r--room.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/room.h b/room.h
index 9a458c4e..f863d41b 100644
--- a/room.h
+++ b/room.h
@@ -108,11 +108,20 @@ namespace QMatrixClient
Q_INVOKABLE int timelineSize() const;
/**
- * Returns a room avatar and requests it from the network if needed
+ * Returns a square room avatar with the given size and requests it
+ * from the network if needed
* @return a pixmap with the avatar or a placeholder if there's none
* available yet
*/
- Q_INVOKABLE QPixmap avatar(int width, int height);
+ Q_INVOKABLE QImage avatar(int dimension);
+ /**
+ * Returns a room avatar with the given dimensions and requests it
+ * from the network if needed
+ * @return a pixmap with the avatar or a placeholder if there's none
+ * available yet
+ */
+ Q_INVOKABLE QImage avatar(int width, int height);
+
/**
* @brief Produces a disambiguated name for a given user in
* the context of the room