summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-02-15 15:46:54 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2019-02-15 15:07:58 +0000
commit7a2543e5d81c315b7075ee4b5401becb199ae5e6 (patch)
treef0de0d502bec667f55d76f65b184686f58772bd8
parentcfaf0c0d9537645728504e482db4df52813faf08 (diff)
Fix wording in migration guide (again)v5.12.1_QtAS
Change-Id: Ibc61434865acb657c556c14d75f0ac8189d01fed Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--doc/migration-guide-5.12.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/migration-guide-5.12.qdoc b/doc/migration-guide-5.12.qdoc
index 8e4565d2..52ab19ff 100644
--- a/doc/migration-guide-5.12.qdoc
+++ b/doc/migration-guide-5.12.qdoc
@@ -206,9 +206,9 @@ WindowItem.
\section2 Window properties
-The window properties of a given window are now set, queried and tracked from its WindowObject,
-without the need to use the WindowManager singleton. The code becomes more readable and modular
-this way:
+The window properties of a given window are now set, queried and tracked from its WindowObject; the
+corresponding, old API in the WindowManager singleton has been removed. The code becomes more
+readable and modular this way:
\oldcode
import QtApplicationManager 1.0