https://bugs.kde.org/show_bug.cgi?id=426145
Bug ID: 426145 Summary: ConfigModule::push(QString) mangles page path Product: frameworks-kdeclarative Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: notm...@gmail.com Reporter: sit...@kde.org CC: kdelibs-b...@kde.org Target Milestone: --- It internally does: QUrl::fromLocalFile(package.filePath("ui", fileName)) Which is neither documented nor particularly reasonable because one could opt to not have a ui subdir at all. I'd deprecate it and make a new push2() which doesn't fiddle with the path at all so callers have to explicitly pass in ui/foo.qml if foo is in ui/. -- You are receiving this mail because: You are watching all bug changes.