DtkGui
5.5.23
DTK Gui module
src
dbus
arealist.h
1
// SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef AREALIST_H
6
#define AREALIST_H
7
8
#include <QDBusMetaType>
9
#include <QRect>
10
#include <QList>
11
12
typedef
QList<QRect>
AreaList
;
13
14
void
registerAreaListMetaType();
15
16
#endif
// AREALIST_H
QList
制作者
1.9.3