aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/splashscreen/FastBlurEffect.qml
blob: f7890a40906d9505682f248d0d199f9203460862 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0

import QtQuick 2.8
import Qt5Compat.GraphicalEffects

FastBlur {
    id: fastBlur
    radius: 20
}