diff options
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -115,5 +115,10 @@ namespace QMatrixClient private: QObject* subscriber; }; + + /** Pretty-prints plain text into HTML + * This includes HTML escaping of <,>,",& and URLs linkification. + */ + QString prettyPrint(const QString& plainText); } // namespace QMatrixClient |