summaryrefslogtreecommitdiffstats
path: root/src/Utils.h
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2024-02-26 19:05:37 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2024-02-26 19:05:37 -0500
commit99bbe266091d489695b588a44b5d5498b10e91c7 (patch)
treea4a5f2cbdb466714098b46e94397345e17d105a7 /src/Utils.h
parent0649bc342dea6402dc9ba3d697c3ab9f91eca033 (diff)
Add a glitch text command
Diffstat (limited to 'src/Utils.h')
-rw-r--r--src/Utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Utils.h b/src/Utils.h
index 7f844627..1f477485 100644
--- a/src/Utils.h
+++ b/src/Utils.h
@@ -205,4 +205,7 @@ updateSpaceVias();
void
removeExpiredEvents();
+
+QString
+glitchText(const QString &text);
}