Coexist with the old theme system for now. QML components have to be updated to use the new system.
9 lines
186 B
QML
9 lines
186 B
QML
// Copyright Mirage authors & contributors <https://github.com/mirukana/mirage>
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
import QtQuick 2.12
|
|
|
|
QtObject {
|
|
property string name
|
|
}
|