test
This commit is contained in:
@@ -46,16 +46,6 @@ Flickable {
|
||||
}
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: cct
|
||||
running: false
|
||||
repeat: false
|
||||
interval: 3000
|
||||
onTriggered: {
|
||||
Settings.changeColors.running = true
|
||||
}
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
id: lay
|
||||
|
||||
@@ -89,7 +79,6 @@ Flickable {
|
||||
|
||||
onClicked: {
|
||||
sw.running = true
|
||||
cct.running = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user