aboutsummaryrefslogtreecommitdiff
path: root/avatar.h
diff options
context:
space:
mode:
Diffstat (limited to 'avatar.h')
-rw-r--r--avatar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/avatar.h b/avatar.h
index e71fecd7..d8b4b206 100644
--- a/avatar.h
+++ b/avatar.h
@@ -36,7 +36,8 @@ namespace QMatrixClient
using notifier_t = std::function<void()>;
- QPixmap get(int w, int h, notifier_t notifier);
+ QImage get(int dimension, notifier_t notifier);
+ QImage get(int w, int h, notifier_t notifier);
QUrl url() const;
bool updateUrl(const QUrl& newUrl);