From 1d86723398ce4245745631ebcd2b6808cecc5252 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Fri, 11 Nov 2022 12:04:49 -0500 Subject: [PATCH] mobileshell: Fix haptics path --- components/mobileshell/qml/components/HapticsEffectLoader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobileshell/qml/components/HapticsEffectLoader.qml b/components/mobileshell/qml/components/HapticsEffectLoader.qml index 322ebe8d..ebb42e88 100644 --- a/components/mobileshell/qml/components/HapticsEffectLoader.qml +++ b/components/mobileshell/qml/components/HapticsEffectLoader.qml @@ -6,7 +6,7 @@ import QtQuick 2.15 import org.kde.plasma.private.mobileshell 1.0 as MobileShell Loader { - source: "qrc:/HapticsEffectWrapper.qml" + source: "qrc:/org/kde/plasma/private/mobileshell/qml/components/HapticsEffectWrapper.qml" property bool valid: item !== null function buttonVibrate() {