summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/nativecontexts
diff options
context:
space:
mode:
Diffstat (limited to 'src/platformheaders/nativecontexts')
-rw-r--r--src/platformheaders/nativecontexts/qeglnativecontext.qdoc2
-rw-r--r--src/platformheaders/nativecontexts/qglxnativecontext.qdoc2
-rw-r--r--src/platformheaders/nativecontexts/qwglnativecontext.qdoc2
3 files changed, 3 insertions, 3 deletions
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.