diff options
| author | Martin Smith <[email protected]> | 2017-03-29 10:48:10 +0200 | 
|---|---|---|
| committer | Martin Smith <[email protected]> | 2017-03-31 11:29:36 +0000 | 
| commit | 28d286dc96f4628aa5bba5631ce563cb979b1bfb (patch) | |
| tree | 8e0df34b7b52c8ec49bf633ca786f11aba19571d /src/gui/vulkan/qvulkanwindow_p.h | |
| parent | 98ef6c4afa068a513f133f02653f033cea3254e9 (diff) | |
doc: Ensure that clangqdoc sees QVulkanInstance decl
clangqdoc must see the declaration in vulkan
regardless of whether Qt is configured with vulkan.
Change-Id: I91fcaa4c39121b70e10c4fc3e854e49d959a6c02
Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/gui/vulkan/qvulkanwindow_p.h')
| -rw-r--r-- | src/gui/vulkan/qvulkanwindow_p.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/vulkan/qvulkanwindow_p.h b/src/gui/vulkan/qvulkanwindow_p.h index 9d2f13c87e8..c6a772bc312 100644 --- a/src/gui/vulkan/qvulkanwindow_p.h +++ b/src/gui/vulkan/qvulkanwindow_p.h @@ -42,7 +42,7 @@  #include <QtGui/private/qtguiglobal_p.h> -#if QT_CONFIG(vulkan) +#if QT_CONFIG(vulkan) || defined(Q_CLANG_QDOC)  #include "qvulkanwindow.h"  #include <QtCore/QHash>  | 
