QmlProject files: Make "paths" property an array
Instead of letting the list of files being a (comma separated) string it's now a full JavaScript array. E.g. paths: ["file1", "file2"] This unifies it with e.g. the libraryPaths property
Showing
- src/plugins/qmlprojectmanager/fileformat/filefilteritems.cpp 4 additions, 8 deletionssrc/plugins/qmlprojectmanager/fileformat/filefilteritems.cpp
- src/plugins/qmlprojectmanager/fileformat/filefilteritems.h 5 additions, 5 deletionssrc/plugins/qmlprojectmanager/fileformat/filefilteritems.h
- tests/auto/qml/qmlprojectmanager/fileformat/tst_fileformat.cpp 2 additions, 2 deletions.../auto/qml/qmlprojectmanager/fileformat/tst_fileformat.cpp
Loading
Please register or sign in to comment