cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
13 lines
230 B
QML
13 lines
230 B
QML
/*
|
|
* SPDX-FileCopyrightText: 2020 Mason McParlane <mtmcp@outlook.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.0-or-later
|
|
*/
|
|
|
|
import QtQuick
|
|
import org.kde.kirigami as Kirigami
|
|
|
|
Kirigami.Page {
|
|
title: qsTr("INITIAL TITLE")
|
|
}
|