initial refactor of Interactions.qml to add better support for touch screen gestures #114
@@ -1,6 +1,5 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
import QtTest
|
||||
import qs.Components
|
||||
import qs.Config
|
||||
import qs.Helpers
|
||||
@@ -54,13 +53,6 @@ Item {
|
||||
|
||||
anchors.fill: parent
|
||||
|
||||
Timer {
|
||||
interval: 5000
|
||||
running: true
|
||||
|
||||
onTriggered: root.runTest = true
|
||||
}
|
||||
|
||||
DragHandler {
|
||||
id: multiHandler
|
||||
|
||||
|
||||
Reference in New Issue
Block a user