File indexing completed on 2024-05-12 03:54:54

0001 // SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0002 // SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0003 
0004 #ifndef DBUSTYPES_P_H
0005 #define DBUSTYPES_P_H
0006 
0007 #include <QDBusUnixFileDescriptor>
0008 #include <QList>
0009 
0010 using FDList = QList<QDBusUnixFileDescriptor>;
0011 
0012 #endif // DBUSTYPES_P_H