Skip to content

Commit

Permalink
Doc: Remove references to Windows CE in Qt Gui
Browse files Browse the repository at this point in the history
The platform is not supported since Qt 5.7

Task-number: QTBUG-55331
Change-Id: I3a6027661c2d597158999fe9665e76b1db18a9de
Reviewed-by: Martin Smith <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
  • Loading branch information
veshivas committed Aug 17, 2016
1 parent 35f17de commit faadf0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/gui/kernel/qcursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ QDataStream &operator>>(QDataStream &s, QCursor &c)
because this size is supported on all platforms. Some platforms
also support 16 x 16, 48 x 48, and 64 x 64 cursors.
\note On Windows CE, the cursor size is fixed. If the pixmap
is bigger than the system size, it will be scaled.
\sa QPixmap::QPixmap(), QPixmap::setMask()
*/

Expand Down Expand Up @@ -433,9 +430,6 @@ QCursor::QCursor(const QPixmap &pixmap, int hotX, int hotY)
because this size is supported on all platforms. Some platforms
also support 16 x 16, 48 x 48, and 64 x 64 cursors.
\note On Windows CE, the cursor size is fixed. If the pixmap
is bigger than the system size, it will be scaled.
\sa QBitmap::QBitmap(), QBitmap::setMask()
*/

Expand Down
2 changes: 1 addition & 1 deletion src/gui/painting/qregion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ QT_BEGIN_NAMESPACE
\section1 Additional License Information
On Embedded Linux, Windows CE and X11 platforms, parts of this class rely on
On Embedded Linux and X11 platforms, parts of this class rely on
code obtained under the following licenses:
\legalese
Expand Down

0 comments on commit faadf0d

Please sign in to comment.