diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-03-12 21:16:54 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-03-12 21:16:54 +0900 |
commit | ced57b074d0dc4e6e582a4bddca7a07e41d2063f (patch) | |
tree | b97afffd220ae204cf42789c22412dd88a84f52e /lib/room.h | |
parent | 8c685b4ae5b47e55a55f23e16ccbda0132cb60c5 (diff) | |
download | libquotient-ced57b074d0dc4e6e582a4bddca7a07e41d2063f.tar.gz libquotient-ced57b074d0dc4e6e582a4bddca7a07e41d2063f.zip |
Make Room::prettyPrint Q_INVOKABLE
So that it can be called from QML code
Diffstat (limited to 'lib/room.h')
-rw-r--r-- | lib/room.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ namespace QMatrixClient * in the future, it will also linkify room aliases, mxids etc. * using the room context. */ - QString prettyPrint(const QString& plainText) const; + Q_INVOKABLE QString prettyPrint(const QString& plainText) const; MemberSorter memberSorter() const; |