/* SPDX-FileCopyrightText: 2020 Michail Vourlakos SPDX-License-Identifier: GPL-2.0-or-later */ import QtQuick 2.7 import org.kde.plasma.plasmoid 2.0 import "./privates" as Ability Ability.IndexerPrivate { objectName: "IndexerAbilityHost" //! do not update during dragging/moving applets inConfigureAppletsMode updateIsBlocked: (root.dragOverlay && root.dragOverlay.pressed) || layouter.appletsInParentChange function getClientBridge(index) { if (clientsBridges.length<=0) { return false; } var ibl = clientsBridges.length; for(var i=0; i