summary refs log tree commit diff
path: root/src/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Utils.h b/src/Utils.h

index 2ac6d41b..93484ca3 100644 --- a/src/Utils.h +++ b/src/Utils.h
@@ -217,13 +217,10 @@ QString linkifyMessage(const QString &body); //! Convert the input markdown text to html. -std::string +QString markdownToHtml(const QString &text); -std::string -markdownToHtml(const std::string &text); - //! Return the plain text version of an html document. std::string -stripHtml(const std::string &text); +stripHtml(const QString &text); }