aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-11-25 15:20:12 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-12-08 17:07:49 +0300
commitf0d241c6bb8fb3219736ec6ead20564bcea9a991 (patch)
treeac3746604528d7783e08da1d15634eb11b24dd74 /lib
parentf44eef6a0adbba1b02371e95bb36365589644471 (diff)
downloadlibquotient-f0d241c6bb8fb3219736ec6ead20564bcea9a991.tar.gz
libquotient-f0d241c6bb8fb3219736ec6ead20564bcea9a991.zip
Remove extraneous qualification
Diffstat (limited to 'lib')
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 80e305f0..7e419823 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -181,7 +181,7 @@ public:
QString avatarMediaId() const;
QUrl avatarUrl() const;
const Avatar& avatarObject() const;
- Q_INVOKABLE Quotient::JoinState joinState() const;
+ Q_INVOKABLE JoinState joinState() const;
Q_INVOKABLE QList<Quotient::User*> usersTyping() const;
QList<User*> membersLeft() const;