move some files around

This commit is contained in:
2025-12-25 16:36:41 +08:00
parent 16c90b6d25
commit cb3830e6c7
6 changed files with 4 additions and 108 deletions

7
api/types/traylist.h Normal file
View File

@@ -0,0 +1,7 @@
// SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
//
// SPDX-License-Identifier: GPL-3.0-or-later
#include <QList>
typedef QList<quint32> TrayList;