aboutsummaryrefslogtreecommitdiff
path: root/lib/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/user.h')
-rw-r--r--lib/user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/user.h b/lib/user.h
index f831865e..d0926189 100644
--- a/lib/user.h
+++ b/lib/user.h
@@ -117,6 +117,8 @@ public Q_SLOTS:
bool setAvatar(const QString& fileName);
/// Upload contents of the QIODevice and set that as an avatar
bool setAvatar(QIODevice* source);
+ /// Removes the avatar from the profile
+ void removeAvatar();
/// Create or find a direct chat with this user
/*! The resulting chat is returned asynchronously via
* Connection::directChatAvailable()