mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
revision: remove redundant #-interpreter, use #-ecl-bytecmp instead
This commit is contained in:
parent
d1c19ec74c
commit
878007b8f2
24 changed files with 16 additions and 28 deletions
|
|
@ -33,7 +33,7 @@ Rectangle {
|
|||
currentIndex: view.currentIndex
|
||||
}
|
||||
|
||||
Keys.onPressed: {
|
||||
Keys.onPressed: (event) => {
|
||||
if (event.key === Qt.Key_Back) {
|
||||
event.accepted = true
|
||||
if (view.currentIndex === 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue