Skip to content

Commit

Permalink
fixed bug: Import file for myCar import not found
Browse files Browse the repository at this point in the history
  • Loading branch information
thmichel committed Jun 27, 2015
1 parent b80cdd8 commit 6355e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/MycarImport.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Page {

XmlListModel {
id: xmlCars
source: manager.getEnv("HOME") + "/" + filename;
source: filename;
query: "/mycar/car"
XmlRole { name: "name"; query: "name/string()" }
}
Expand Down

0 comments on commit 6355e17

Please sign in to comment.