diff options
Diffstat (limited to 'avatar.h')
-rw-r--r-- | avatar.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,8 +35,8 @@ namespace QMatrixClient using notifier_t = std::function<void()>; - QImage get(int dimension, notifier_t notifier); - QImage get(int w, int h, notifier_t notifier); + QImage get(int dimension, notifier_t notifier) const; + QImage get(int w, int h, notifier_t notifier) const; QUrl url() const; bool updateUrl(const QUrl& newUrl); |