diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-01-09 11:53:38 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-01-09 11:53:38 +0900 |
commit | dca271aaf0142e2722219df8fcc03bf8fc03c150 (patch) | |
tree | dce2f3d908c2e21c65db89de41c9b62a5ebe241d /avatar.h | |
parent | a568ea9a2a6b5ffb4b47520bbacb71943d8f8174 (diff) | |
parent | 8fb9e3560ebf24ed6b697e3142a4fc7c6bd23393 (diff) | |
download | libquotient-dca271aaf0142e2722219df8fcc03bf8fc03c150.tar.gz libquotient-dca271aaf0142e2722219df8fcc03bf8fc03c150.zip |
Merge branch 'master' into kitsune-gtad
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); |