Skip to content
Snippets Groups Projects

Washing Machine: .ui suffix added to the main file

Merged Rafal Stawarski requested to merge QDS-9838-washing-machine-rename-files into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
import QmlProject 1.3
Project {
mainFile: "washingMachineUI.qml"
mainFile: "washingMachineUI.ui.qml"
QmlFiles {
files: [
@@ -26,7 +26,7 @@ Project {
"Smallbutton.ui.qml",
"StartScreen.ui.qml",
"Timedate.qml",
"washingMachineUI.qml",
"washingMachineUI.ui.qml",
"Washprogram.ui.qml",
"Washprogramgrid.ui.qml",
"Washprogramitem.ui.qml",
Loading