aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2018-07-22 17:51:30 +0900
committerGitHub <noreply@github.com>2018-07-22 17:51:30 +0900
commite223f0384627ef690fd7125ed07d3ba172593430 (patch)
tree8518a02562289a1236d35f68b845d78ea6e91197 /lib/room.h
parent34c52daab6997a0df216d41289db55ecb727860c (diff)
parent04d463a4347f54e66687a99fbc906923e50bcad1 (diff)
downloadlibquotient-e223f0384627ef690fd7125ed07d3ba172593430.tar.gz
libquotient-e223f0384627ef690fd7125ed07d3ba172593430.zip
Merge pull request #223 from encombhat/master
Expose Room::addTag() and Room::removeTag() to QML
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 7aa39eb5..e7f260dd 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -301,9 +301,10 @@ namespace QMatrixClient
* clients.
*/
void addTag(const QString& name, const TagRecord& record = {});
+ Q_INVOKABLE void addTag(const QString& name, const QString& order);
/** Remove a tag from the room */
- void removeTag(const QString& name);
+ Q_INVOKABLE void removeTag(const QString& name);
/** Overwrite the room's tags
* This completely replaces the existing room's tags with a set