diff options
author | Malte Brandy <malte.brandy@maralorn.de> | 2016-10-25 23:55:29 +0200 |
---|---|---|
committer | Malte Brandy <malte.brandy@maralorn.de> | 2016-10-26 00:39:00 +0200 |
commit | d350174d10eafb2dfc85bac93bf59ff9f218c61b (patch) | |
tree | 4295dad796d9fcf38179d72761f2482dc727cde3 /user.h | |
parent | 27b25141e02c32b1e53a25e82b579e6a3d8089c9 (diff) | |
download | libquotient-d350174d10eafb2dfc85bac93bf59ff9f218c61b.tar.gz libquotient-d350174d10eafb2dfc85bac93bf59ff9f218c61b.zip |
Introduce cropedAvatar
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ namespace QMatrixClient Q_INVOKABLE QString displayname() const; QPixmap avatar(int requestedWidth, int requestedHeight); + QPixmap croppedAvatar(int requestedWidth, int requestedHeight); void processEvent(Event* event); |