aboutsummaryrefslogtreecommitdiff
path: root/lib/user.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-11-17 19:50:34 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2018-11-17 19:50:34 +0900
commitc94ad527ed94a4c1ca368dc8c8c59e490b907649 (patch)
tree1970aa0f0e162dd84b4902c78816e132a2ebbe15 /lib/user.h
parent3478e691df49b9c0938220db57b03a9c6fcbec8d (diff)
downloadlibquotient-c94ad527ed94a4c1ca368dc8c8c59e490b907649.tar.gz
libquotient-c94ad527ed94a4c1ca368dc8c8c59e490b907649.zip
User::isIgnored()
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 17f5625f..0023b44a 100644
--- a/lib/user.h
+++ b/lib/user.h
@@ -125,6 +125,8 @@ namespace QMatrixClient
void ignore();
/** Remove the user from the ignore list */
void unmarkIgnore();
+ /** Check whether the user is in ignore list */
+ bool isIgnored() const;
signals:
void nameAboutToChange(QString newName, QString oldName,