summaryrefslogtreecommitdiffstats
path: root/examples/demos/todolist/Main.qml
blob: f922d6f6b7934b6913b33091a3febe9048bb8278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

/* This file is generated and only relevant for integrating the project into a Qt 6 and cmake based
C++ project. */

import QtQuick
import content
import ToDoList

App {

}