summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@digia.com>2014-07-01 15:10:04 +0200
committerLaszlo Agocs <laszlo.agocs@digia.com>2014-07-08 16:46:19 +0200
commit01cc6254068b96a155ac9376458dd4580c7c7b0b (patch)
tree021a1c8a715cbe3c60490a2add6b7986356d856e
parent25d0d2e099082b12857384dcebcab494f690b581 (diff)
Update platformheaders docs about bc.
Remove the "As of Qt 5.4" to avoid misunderstandings. Also add the note for the classes that miss it. Change-Id: Id7f437954bb3ec12c0fc944c18e58e6e977863f1 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
-rw-r--r--src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc4
-rw-r--r--src/platformheaders/nativecontexts/qeglnativecontext.qdoc2
-rw-r--r--src/platformheaders/nativecontexts/qglxnativecontext.qdoc2
-rw-r--r--src/platformheaders/nativecontexts/qwglnativecontext.qdoc2
-rw-r--r--src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc4
5 files changed, 11 insertions, 3 deletions
diff --git a/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc b/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc
index 16abd32f38..b8dae9b13f 100644
--- a/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc
+++ b/src/platformheaders/eglfsfunctions/qeglfsfunctions.qdoc
@@ -32,6 +32,10 @@
\brief The QEglFSFunctions class is an inline class containing
platform-specific functionality for the eglfs platform plugin that is
typically used on systems running Embedded Linux or Android.
+
+ \note There is no binary compatibility guarantee for this class,
+ meaning that an application using it is only guaranteed to work with the Qt
+ version it was developed against.
*/
/*!
diff --git a/src/platformheaders/nativecontexts/qeglnativecontext.qdoc b/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
index 62b1a5482e..edadbdfa83 100644
--- a/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qeglnativecontext.qdoc
@@ -32,7 +32,7 @@
\brief A class encapsulating an EGL context and display handle
- \note As of Qt 5.4 there is no binary compatibility guarantee for this class, meaning
+ \note There is no binary compatibility guarantee for this class, meaning
that an application using it is only guaranteed to work with the Qt version it was
developed against.
diff --git a/src/platformheaders/nativecontexts/qglxnativecontext.qdoc b/src/platformheaders/nativecontexts/qglxnativecontext.qdoc
index 14c6d37c0e..81f3c0b2ca 100644
--- a/src/platformheaders/nativecontexts/qglxnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qglxnativecontext.qdoc
@@ -39,7 +39,7 @@
fail. For modern contexts created with an FBConfig, these are not necessary, the
GLXContext itself is sufficient. The Display is optional.
- \note As of Qt 5.4 there is no binary compatibility guarantee for this class, meaning
+ \note There is no binary compatibility guarantee for this class, meaning
that an application using it is only guaranteed to work with the Qt version it was
developed against.
diff --git a/src/platformheaders/nativecontexts/qwglnativecontext.qdoc b/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
index fd25318217..86ae291aaa 100644
--- a/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
+++ b/src/platformheaders/nativecontexts/qwglnativecontext.qdoc
@@ -32,7 +32,7 @@
\brief A class encapsulating a WGL context on Windows with desktop OpenGL (opengl32.dll)
- \note As of Qt 5.4 there is no binary compatibility guarantee for this class,
+ \note There is no binary compatibility guarantee for this class,
meaning that an application using it is only guaranteed to work with the Qt
version it was developed against.
diff --git a/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc b/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc
index 76af207b3f..458dbb213d 100644
--- a/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc
+++ b/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc
@@ -34,6 +34,10 @@
A commen usage pattern is as follows:
\snippet qxcbwindowfunctions/main.cpp 0
+
+ \note There is no binary compatibility guarantee for this class,
+ meaning that an application using it is only guaranteed to work with the Qt
+ version it was developed against.
*/
/*!