summaryrefslogtreecommitdiffstats
path: root/src/dialog
diff options
context:
space:
mode:
authorDaniel Poelzleithner <git@poelzi.org>2021-02-09 18:01:23 +0100
committerDaniel Poelzleithner <git@poelzi.org>2021-02-09 18:01:23 +0100
commit92e4def48c9af02f3b5dd0dc7e1cb4d86a6a22d8 (patch)
tree58ea42222937da33c3ce30f4210a649c81af8c13 /src/dialog
parent1cca1eee9de648f028eff7a40b09ac102bcfdb7b (diff)
Use qrc path for keywheel
Diffstat (limited to 'src/dialog')
-rw-r--r--src/dialog/dlgkeywheel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog/dlgkeywheel.cpp b/src/dialog/dlgkeywheel.cpp
index 01ef50639c..16a835f0a0 100644
--- a/src/dialog/dlgkeywheel.cpp
+++ b/src/dialog/dlgkeywheel.cpp
@@ -10,7 +10,7 @@
using namespace mixxx::track::io::key;
namespace {
-const auto kKeywheelSVG = QStringLiteral("images/keywheel/keywheel.svg");
+const auto kKeywheelSVG = QStringLiteral(":/images/keywheel/keywheel.svg");
const KeyUtils::KeyNotation kNotationHidden[]{
KeyUtils::KeyNotation::OpenKeyAndTraditional,
KeyUtils::KeyNotation::LancelotAndTraditional};