From bffb0650bc1ecea9c0a24d5c47a5adbccaada27a Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Thu, 23 Apr 2020 16:08:50 +0100 Subject: Add missing private warning Change-Id: I2cfed2e2645a0b6ed0a7ba9362873436c7a66980 Reviewed-by: Paul Lemire --- src/render/surfaces/vulkaninstance_p.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/render/surfaces/vulkaninstance_p.h b/src/render/surfaces/vulkaninstance_p.h index f46939ce6..67f52af6a 100644 --- a/src/render/surfaces/vulkaninstance_p.h +++ b/src/render/surfaces/vulkaninstance_p.h @@ -40,9 +40,22 @@ #ifndef QT3DRENDER_VULKANINSTANCE_P_H #define QT3DRENDER_VULKANINSTANCE_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of other Qt classes. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include #include + QT_BEGIN_NAMESPACE + #if QT_CONFIG(vulkan) class QVulkanInstance; namespace Qt3DRender { @@ -50,6 +63,7 @@ Q_3DRENDERSHARED_PRIVATE_EXPORT QVulkanInstance& staticVulkanInstance() noexcept; } // Qt3DRender #endif + QT_END_NAMESPACE #endif // QT3DRENDER_VULKANINSTANCE_P_H -- cgit v1.2.3