Warning, /frameworks/kirigami/examples/multiplatformnotesapp/notesMobile.qml is written in an unsupported language. File is not indexed.

0001 /*
0002  *  SPDX-FileCopyrightText: 2016 Marco Martin <mart@kde.org>
0003  *
0004  *  SPDX-License-Identifier: LGPL-2.0-or-later
0005  */
0006 
0007 import org.kde.kirigami as Kirigami
0008 
0009 NotesGeneral {
0010     id: root
0011 
0012     contextDrawer: Kirigami.ContextDrawer {}
0013 }