diff options
Diffstat (limited to 'lib/room.h')
-rw-r--r-- | lib/room.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -300,7 +300,8 @@ namespace QMatrixClient * of tags and the new set is sent to the server to update other * clients. */ - Q_INVOKABLE void addTag(const QString& name, const TagRecord& record = {}); + void addTag(const QString& name, const TagRecord& record = {}); + Q_INVOKABLE void addTag(const QString& name, int order); /** Remove a tag from the room */ Q_INVOKABLE void removeTag(const QString& name); |