summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-12-17 11:14:35 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-12-18 21:55:15 +0100
commitfaf040d307dce583b0f1e8b5b2d9e30c48134d8b (patch)
treecfa9ea6583ede4d11bd5cccfd8740ad307074449
parent240ea74b25469ca00ef39a0a3a00db12e3d387ed (diff)
QPA/Windows: remove unused and outdated documentation
The documentation about QWindowsIntegration is outdated since ages and not used anywhere so remove it. Pick-to: 6.7 Change-Id: I3addb77f2024bfc8239aa57a866e9bdb8afc8381 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
-rw-r--r--src/plugins/platforms/windows/qwindowsintegration.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/plugins/platforms/windows/qwindowsintegration.cpp b/src/plugins/platforms/windows/qwindowsintegration.cpp
index 9bf19cfc36..f6e377d107 100644
--- a/src/plugins/platforms/windows/qwindowsintegration.cpp
+++ b/src/plugins/platforms/windows/qwindowsintegration.cpp
@@ -80,31 +80,6 @@ QT_BEGIN_NAMESPACE
using namespace Qt::StringLiterals;
-/*!
- \class QWindowsIntegration
- \brief QPlatformIntegration implementation for Windows.
- \internal
-
- \section1 Programming Considerations
-
- The platform plugin should run on Desktop Windows from Windows XP onwards
- and Windows Embedded.
-
- It should compile with:
- \list
- \li Microsoft Visual Studio 2013 or later (using the Microsoft Windows SDK,
- (\c Q_CC_MSVC).
- \li Stock \l{http://mingw.org/}{MinGW} (\c Q_CC_MINGW).
- This version ships with headers that are missing a lot of WinAPI.
- \li MinGW distributions using GCC 4.7 or higher and a recent MinGW-w64 runtime API,
- such as \l{http://tdm-gcc.tdragon.net/}{TDM-GCC}, or
- \l{http://mingwbuilds.sourceforge.net/}{MinGW-builds}
- (\c Q_CC_MINGW and \c __MINGW64_VERSION_MAJOR indicating the version).
- MinGW-w64 provides more complete headers (compared to stock MinGW from mingw.org),
- including a considerable part of the Windows SDK.
- \endlist
-*/
-
struct QWindowsIntegrationPrivate
{
Q_DISABLE_COPY_MOVE(QWindowsIntegrationPrivate)