| 1 | // SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL |
|---|---|
| 2 | // SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org> |
| 3 | |
| 4 | #ifndef DBUSTYPES_P_H |
| 5 | #define DBUSTYPES_P_H |
| 6 | |
| 7 | #include <QDBusUnixFileDescriptor> |
| 8 | #include <QList> |
| 9 | |
| 10 | using FDList = QList<QDBusUnixFileDescriptor>; |
| 11 | |
| 12 | #endif // DBUSTYPES_P_H |
| 13 |
