diff options
Diffstat (limited to 'lib/user.h')
-rw-r--r-- | lib/user.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -130,6 +130,10 @@ public Q_SLOTS: void unmarkIgnore(); /// Check whether the user is in ignore list bool isIgnored() const; + /// Force loading displayName and avartar url. This is required in + /// some cases where the you need to use an user independent of the + /// room. + void load(); Q_SIGNALS: void defaultNameChanged(); |