From b922e59cf7e6e7b5962932e3128da553aba0b6ab Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 16 Jul 2015 22:28:13 +0200 Subject: [PATCH] qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WIN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This makes the docs match the code from qsystemdetection.h. Change-Id: Iec75e24d13e21f1800777bac5fa98b47b47e6001 Reviewed-by: Oswald Buddenhagen Reviewed-by: Topi Reiniƶ Reviewed-by: Friedemann Kleint --- src/corelib/global/qglobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 0c3d309277..e77a9eef31 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -1199,7 +1199,7 @@ bool qSharedBuild() Q_DECL_NOTHROW \relates Defined on all supported versions of Windows. That is, if - \l Q_OS_WIN32, \l Q_OS_WIN64 or \l Q_OS_WINCE is defined. + \l Q_OS_WIN32, \l Q_OS_WIN64, \l Q_OS_WINCE or \l Q_OS_WINRT is defined. */ /*!