summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: