diff options
Diffstat (limited to 'user.h')
-rw-r--r-- | user.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -47,10 +47,10 @@ namespace QMatrixClient */ Q_INVOKABLE QString displayname() const; - /** - * Returns the name of bridge the user is connected from or empty. - */ - Q_INVOKABLE QString bridged() const; + /** + * Returns the name of bridge the user is connected from or empty. + */ + Q_INVOKABLE QString bridged() const; QPixmap avatar(int requestedWidth, int requestedHeight); QPixmap croppedAvatar(int requestedWidth, int requestedHeight); |