summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub KopaƄko <13273420+pcktm@users.noreply.github.com>2023-06-15 19:54:17 +0200
committerGitHub <noreply@github.com>2023-06-15 19:54:17 +0200
commit97c05487b57e289a87227af20228bd758446ac6d (patch)
tree1c949776bea8724005da6e763813f7788034df68
parent8a5c045b557ebc27882a1538a4a61a1450c526df (diff)
Apply suggestion
Co-authored-by: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com>
-rw-r--r--src/effects/backends/builtin/glitcheffect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effects/backends/builtin/glitcheffect.cpp b/src/effects/backends/builtin/glitcheffect.cpp
index 23ec5046e9..6f195e7104 100644
--- a/src/effects/backends/builtin/glitcheffect.cpp
+++ b/src/effects/backends/builtin/glitcheffect.cpp
@@ -6,7 +6,7 @@
#include "util/sample.h"
QString GlitchEffect::getId() {
- return "org.mixxx.effects.glitch";
+ return QStringLiteral("org.mixxx.effects.glitch");
}
EffectManifestPointer GlitchEffect::getManifest() {