aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-03-14 14:39:23 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-03-20 07:42:28 +0000
commit0f719a8fa5a91945e698af4f7295256653ef78e5 (patch)
tree2496658df01ee9388db2265c8f54473a3179811c /src/quick
parenta4adaee3a8c6a1048bbfe8286fef9009150c781c (diff)
Doc: simplify "Qt Quick Best Practices" introduction paragraph
We don't need to mention specific challenges in the introduction. Change-Id: I03eec5fe543fbf0b1859850424eba8cfa9f134a5 Reviewed-by: J-P Nurmi <jpnurmi@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
index 20611f5b04..20ea8ec48c 100644
--- a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
+++ b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
@@ -30,10 +30,10 @@
\title Qt Quick Best Practices
\brief Lists the practices that work best for Qt Quick
-Besides all the benefits that Qt Quick offers, it can be challenging in certain
-situations. For example, a Qt Quick application with a large codebase can be
-painful to maintain if not organized well. The following sections elaborate
-on some of the best practices that will help you get better results.
+Despite all of the benefits that Qt Quick offers, it can be challenging in
+certain situations. The following sections elaborate on some of the best
+practices that will help you get better results when developing Qt Quick
+applications.
\section1 Custom UI Controls