Skip to content

Commit

Permalink
Merge pull request #3624 from poelzi/fix-wheel
Browse files Browse the repository at this point in the history
Use qrc path for keywheel
  • Loading branch information
Be-ing authored Feb 9, 2021
2 parents f7277cc + 92e4def commit bde4a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialog/dlgkeywheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit bde4a0e

Please sign in to comment.