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

0001 /*
0002     SPDX-FileCopyrightText: 2021 Michail Vourlakos <mvourlakos@gmail.com>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 import QtQuick 2.7
0007 
0008 Item {
0009     property bool isEnabled: false
0010     property bool showIsBlocked: false
0011 
0012     property string currentText: ""
0013     property Item currentVisualParent: null
0014 
0015     function show(visualParent, text){}
0016     function hide(visualParent){}
0017 }