summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-09-11 14:02:17 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 09:31:19 +0200
commitbc9c03a550ea502a5f29004054a7fc2f1f844134 (patch)
tree07ebca6124d9ecfa6b7d681d3f300f595ff546f5 /src/plugins
parent03951bd3ff1914d079f312d61e554e17e72f67a7 (diff)
Remove mentioning of 5.0 Alpha from QPA Readme
While at it, I hope that qplatformtheme API's are stable by now :) Change-Id: I83bf3118c91608710bb19380458e8f55cb3d427b Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/platforms/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/plugins/platforms/README b/src/plugins/platforms/README
index b44d04f58c..347196a30c 100644
--- a/src/plugins/platforms/README
+++ b/src/plugins/platforms/README
@@ -14,12 +14,10 @@ classes. There are two "root" classes: QPlatformIntegration for
window system integration and QPlatformTheme for deeper platform
theming and integration. QStyle is not a part of QPA.
-The APIs provided by QPlatformIntegration are at this point (5.0 Alpha)
-mostly stable. QPlatformTheme still has ongoing development. There
-are no source or binary compatibility guarantees for the QPA classes,
-meaning that a platform plugin is only guaranteed to work with the Qt
-version it was developed against. API changes will however only be
-made in minor releases. (5.1, 5.2, and so on.)
+There are no source or binary compatibility guarantees for the QPA
+classes, meaning that a platform plugin is only guaranteed to work
+with the Qt version it was developed against. API changes will
+however only be made in minor releases. (5.1, 5.2, and so on.)
Class Overview: