aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
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