diff options
author | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> | 2012-12-07 10:37:39 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-07 12:15:57 +0100 |
commit | 48f9e13874a11247a35362e61c6d55c1618c6927 (patch) | |
tree | 42b962a767e55fb735598455af8833f418984106 | |
parent | 6d9a6f3bbcaa93085f35c901f8e7b49daa7103ce (diff) | |
download | qtdoc-48f9e13874a11247a35362e61c6d55c1618c6927.tar.gz |
Clarify wording concerning Wayland support
While it can be used, there's currently no official support for
Wayland in Qt. We need to make this clearer.
Change-Id: I924b6cbe5c4bc0ecc657cde065d294c02735b717
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
-rw-r--r-- | doc/src/core.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/core.qdoc b/doc/src/core.qdoc index 6798ce8b..9a48d53a 100644 --- a/doc/src/core.qdoc +++ b/doc/src/core.qdoc @@ -86,8 +86,8 @@ provides information on writing software on different platforms. Qt integrates with the windowing system on the target platform using the \l{Qt Platform Abstraction}. This is an abstraction of the windowing system which makes porting Qt to new platforms simple and quick. One such system is the -Wayland protocol. \l{Wayland Support in Qt}{Qt supports Wayland}, which e.g. can be used to set up -a light-weight windowing system on embedded hardware to support a multi-process graphical user +Wayland protocol. \l{Wayland Support in Qt}{Qt can be used together with Wayland}, which e.g. can +serve as a light-weight windowing system on embedded hardware to support a multi-process graphical user interface. The Qt Platform Abstraction uses \l{How to Create Qt Plugins}{Qt's plugin system}. This system |