Warning, /plasma/plasma-workspace/wallpapers/image/imagepackage/contents/ui/mediacomponent/BlurComponent.qml is written in an unsupported language. File is not indexed.

0001 /*
0002     SPDX-FileCopyrightText: 2022 Fushan Wen <qydwhotmail@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 import Qt5Compat.GraphicalEffects
0008 
0009 /**
0010  * Qt5Compat.GraphicalEffects is gone in Qt6, so put it in a Loader to avoid blank wallpapers.
0011  * TODO Qt 6
0012  */
0013 FastBlur {
0014     source: backgroundColor.blurSource
0015     radius: 32
0016 }