Advance Wayland and KDE package bring-up
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||
|
||||
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
*/
|
||||
import QtQuick
|
||||
import org.kde.kwin.tests
|
||||
|
||||
Image {
|
||||
source: "../48-apps-kwin.png"
|
||||
scale: gesture.scale * gesture.progressScale
|
||||
|
||||
PinchGesture {
|
||||
id: gesture
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user