Warning, /plasma/qqc2-breeze-style/style/kirigami/SwipeListItem.qml is written in an unsupported language. File is not indexed.

0001 /*
0002  *  SPDX-FileCopyrightText: 2016 Marco Martin <notmart@gmail.com>
0003  *
0004  *  SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 import QtQuick 2.5
0008 import org.kde.kirigami 2.4
0009 import "../../private"
0010 import "../../templates" as T
0011 
0012 T.SwipeListItem {
0013     id: listItem
0014 
0015     background: DefaultListItemBackground {}
0016 }