add missing /, now it finds platform specific qml properly
This commit is contained in:
parent
2cda92af4c
commit
9303b7592a
@ -127,7 +127,7 @@ void FullScreenWindow::init(const QString &componentName)
|
||||
const QString target = KDeclarative::componentsTarget();
|
||||
QString filePath;
|
||||
if (target != KDeclarative::defaultComponentsTarget()) {
|
||||
const QString file = "platformimports/" % target % "org/kde/plasma/components/" % componentName % ".qml";
|
||||
const QString file = "platformimports/" % target % "/org/kde/plasma/components/" % componentName % ".qml";
|
||||
filePath = KStandardDirs::locate("module", file);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user