Warning, /plasma/latte-dock/declarativeimports/abilities/definition/Debug.qml is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2020 Michail Vourlakos <mvourlakos@gmail.com>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 import QtQuick 2.0
0007 
0008 Item {
0009     property bool eventsSinkEnabled: false
0010     property bool graphicsEnabled: false
0011     property bool inputMaskEnabled: false
0012     property bool layouterEnabled: false
0013     property bool localGeometryEnabled: false
0014     property bool maskEnabled: false
0015     property bool overloadedIconsEnabled: false
0016     property bool spacersEnabled: false
0017     property bool timersEnabled: false
0018     property bool windowEnabled: false
0019 }