introduce *.ui.qml file types as new forms file type
authorTim Jenssen <tim.jenssen@digia.com>
Fri, 29 Aug 2014 11:09:53 +0000 (13:09 +0200)
committerTim Jenssen <tim.jenssen@digia.com>
Fri, 29 Aug 2014 11:15:49 +0000 (13:15 +0200)
commit576914516aaa2df3342caf6d68b90c15ef2781ac
treedf5107c45e4c27103bda3b22c8b07c570b916998
parent461e3ddfe673ffbc6f9e4dcc0e0f851a3dc000e3
introduce *.ui.qml file types as new forms file type

Change-Id: I1f07b6c1ab8afac7ee7ad05e988fe313ba904705
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
src/qml/qml/qqmlimport.cpp
tests/auto/qml/qqmlimport/FormFromQmlDir/TestForm.ui.qml [new file with mode: 0644]
tests/auto/qml/qqmlimport/FormFromQmlDir/qmldir [new file with mode: 0644]
tests/auto/qml/qqmlimport/data/FormFromDir/TestForm.ui.qml [new file with mode: 0644]
tests/auto/qml/qqmlimport/data/TestForm.ui.qml [new file with mode: 0644]
tests/auto/qml/qqmlimport/data/openTestFormFromDir.qml [new file with mode: 0644]
tests/auto/qml/qqmlimport/data/openTestFormFromQmlDir.qml [new file with mode: 0644]
tests/auto/qml/qqmlimport/tst_qqmlimport.cpp