summaryrefslogtreecommitdiffstats
path: root/src/hardwareintegration
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardwareintegration')
-rw-r--r--src/hardwareintegration/compositor/vulkan-server/vulkanwrapper.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hardwareintegration/compositor/vulkan-server/vulkanwrapper.cpp b/src/hardwareintegration/compositor/vulkan-server/vulkanwrapper.cpp
index bc6fe7f05..2b39c3ffa 100644
--- a/src/hardwareintegration/compositor/vulkan-server/vulkanwrapper.cpp
+++ b/src/hardwareintegration/compositor/vulkan-server/vulkanwrapper.cpp
@@ -56,6 +56,8 @@
#include <QDebug>
+QT_BEGIN_NAMESPACE
+
static constexpr bool extraDebug = false;
#define DECL_VK_FUNCTION(name) \
@@ -727,3 +729,5 @@ void VulkanWrapper::freeTextureImage(VulkanImageWrapper *imageWrapper)
{
d_ptr->freeTextureImage(imageWrapper);
}
+
+QT_END_NAMESPACE