From 24f770ba2431985c9c6471855b2757b42149e3e8 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 15 Jun 2016 15:42:10 +0200 Subject: Add qtdbusglobal.h and qtdbusglobal_p.h The new modular configuration system requires one global header per module, that is included by all other files in this module. QtDBus already had such a header, but its name (qdbusmacros.h) was not in line with what's being used in all other modules. So add a qtdbusglobal.h header, and turn qdbusmacros.h into a a forwarding header to that new global header file. Change-Id: Ib7eb2484c7b8b588eb89bf3290cb6c1c7c391fe2 Reviewed-by: Oswald Buddenhagen --- src/dbus/qdbusunixfiledescriptor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dbus/qdbusunixfiledescriptor.h') diff --git a/src/dbus/qdbusunixfiledescriptor.h b/src/dbus/qdbusunixfiledescriptor.h index 05a5617ddc..ed3209ceda 100644 --- a/src/dbus/qdbusunixfiledescriptor.h +++ b/src/dbus/qdbusunixfiledescriptor.h @@ -41,8 +41,8 @@ #ifndef QDBUSUNIXFILEDESCRIPTOR_H #define QDBUSUNIXFILEDESCRIPTOR_H +#include #include -#include #ifndef QT_NO_DBUS -- cgit v1.2.3