From b3d09eceb83e9d34906144d98f3de727679df6f0 Mon Sep 17 00:00:00 2001 From: Jorgen Lind Date: Wed, 3 Jun 2015 14:10:19 +0200 Subject: Move the function helper to its own file Also make it a class so a forward header is generated by syncqt Change-Id: Ibab6b925dc6e9dab1b617b9b4027a4144e4a3773 Reviewed-by: Timur Pocheptsov Reviewed-by: Laszlo Agocs --- src/platformheaders/xcbfunctions/qxcbintegrationfunctions.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/platformheaders/xcbfunctions/qxcbintegrationfunctions.h') diff --git a/src/platformheaders/xcbfunctions/qxcbintegrationfunctions.h b/src/platformheaders/xcbfunctions/qxcbintegrationfunctions.h index 87e19e6a45..66bfb72307 100644 --- a/src/platformheaders/xcbfunctions/qxcbintegrationfunctions.h +++ b/src/platformheaders/xcbfunctions/qxcbintegrationfunctions.h @@ -34,7 +34,7 @@ #ifndef QXCBINTEGRATIONFUNCTIONS_H #define QXCBINTEGRATIONFUNCTIONS_H -#include "qxcbfunctionshelper.h" +#include QT_BEGIN_NAMESPACE @@ -45,7 +45,7 @@ public: static const QByteArray xEmbedSystemTrayVisualHasAlphaChannelIdentifier() { return QByteArrayLiteral("XcbXEmbedSystemTrayVisualHasAlphaChannel"); } static bool xEmbedSystemTrayVisualHasAlphaChannel() { - return QXcbFunctionsHelper::callPlatformFunction(xEmbedSystemTrayVisualHasAlphaChannelIdentifier()); + return QPlatformHeaderHelper::callPlatformFunction(xEmbedSystemTrayVisualHasAlphaChannelIdentifier()); } }; -- cgit v1.2.3