diff options
Diffstat (limited to 'lib/room.h')
-rw-r--r-- | lib/room.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -262,7 +262,8 @@ namespace QMatrixClient * clients. */ void addTag(const QString& name, const TagRecord& record = {}); - Q_INVOKABLE void addTag(const QString& name, const QString& order); + Q_INVOKABLE void addTag(const QString& name, + TagRecord::order_type order); /// Remove a tag from the room Q_INVOKABLE void removeTag(const QString& name); |