summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2019-02-15 14:28:24 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2019-02-15 13:36:02 +0000
commitcfaf0c0d9537645728504e482db4df52813faf08 (patch)
tree62e2beca42b68805523f47994d87a2b904d80a75
parentbe096ae9e7818df48c0c5ce0185a42677e7b82dc (diff)
Fix wording in migration guide
Change-Id: Icd918d0c190c0837b090995981994c3c60a0a0b1 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
-rw-r--r--doc/migration-guide-5.12.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/migration-guide-5.12.qdoc b/doc/migration-guide-5.12.qdoc
index b6784a38..8e4565d2 100644
--- a/doc/migration-guide-5.12.qdoc
+++ b/doc/migration-guide-5.12.qdoc
@@ -206,8 +206,9 @@ WindowItem.
\section2 Window properties
-The window properties of a given window can now be set, queried and tracked from its WindowObject, without the need
-to use the WindowManager singleton. That way code can be more readable and modular.
+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:
\oldcode
import QtApplicationManager 1.0