diff options
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 1f477485..75438a7b 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -208,4 +208,7 @@ removeExpiredEvents(); QString glitchText(const QString &text); + +QString +graduallyGlitchText(const QString &text); } |