dbus-cxx
dbus-cxx-qt.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later OR BSD-3-Clause
2// SPDX-License-Identifier: LGPL-3.0-or-later OR BSD-3-Clause
3/***************************************************************************
4 * Copyright (C) 2020 by Robert Middleton *
5 * robert.middleton@rm5248.com *
6 * *
7 * This file is part of the dbus-cxx library. *
8 * *
9 * The dbus-cxx library is free software; you can redistribute it and/or *
10 * modify it under the terms of the GNU General Public License *
11 * version 3 as published by the Free Software Foundation. *
12 * *
13 * The dbus-cxx library is distributed in the hope that it will be *
14 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty *
15 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16 * General Public License for more details. *
17 * *
18 * You should have received a copy of the GNU General Public License *
19 * along with this software. If not see <http://www.gnu.org/licenses/>. *
20 ***************************************************************************/
21#ifndef DBUS_CXX_QT_H
22#define DBUS_CXX_QT_H
23
24#include <dbus-cxx.h>
25
26#include "qtthreaddispatcher.h"
27#include "qtdispatcher.h"
28
29#endif /* DBUS_CXX_QT_H */