Remove double blank lines from QML files

This commit is contained in:
miruka
2020-11-15 11:54:30 -04:00
parent 58257c0930
commit eed2cc4818
139 changed files with 0 additions and 162 deletions

View File

@@ -10,7 +10,6 @@ HQtObject {
property Item flickable: parent
property bool active: true
HShortcut {
active: root.active
sequences: window.settings.Keys.Scrolling.up

View File

@@ -10,7 +10,6 @@ HQtObject {
property Item container: parent
property bool active: container.count > 1
HShortcut {
active: root.active
sequences: window.settings.Keys.previous_tab