aboutsummaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/user.h b/user.h
index aee6ec3e..148ed64d 100644
--- a/user.h
+++ b/user.h
@@ -20,6 +20,7 @@
#include <QtCore/QString>
#include <QtCore/QObject>
+#include "avatar.h"
namespace QMatrixClient
{
@@ -52,6 +53,7 @@ namespace QMatrixClient
*/
Q_INVOKABLE QString bridged() const;
+ Avatar& avatarObject();
QPixmap avatar(int requestedWidth, int requestedHeight);
QUrl avatarUrl() const;