diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-19 22:42:26 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-19 22:42:26 +0300 |
commit | 1716502eff3e5108f05aba8acbabd5c9287d624c (patch) | |
tree | fe16cfce143a3350c1b1453edf47adbb5e13f665 /src/Utils.h | |
parent | ci: Don't count errors during brew upgrade (diff) | |
download | nheko-1716502eff3e5108f05aba8acbabd5c9287d624c.tar.xz |
Improvements on the system theme
Diffstat (limited to 'src/Utils.h')
-rw-r--r-- | src/Utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h index 1d976000..f0973a8a 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -220,4 +220,7 @@ linkifyMessage(const QString &body); //! Convert the input markdown text to html. QString markdownToHtml(const QString &text); + +QString +linkColor(); } |