aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/overview/creator-only/creator-overview.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/overview/creator-only/creator-overview.qdoc')
-rw-r--r--doc/src/overview/creator-only/creator-overview.qdoc15
1 files changed, 7 insertions, 8 deletions
diff --git a/doc/src/overview/creator-only/creator-overview.qdoc b/doc/src/overview/creator-only/creator-overview.qdoc
index 1f6f31936d..09ef2766e4 100644
--- a/doc/src/overview/creator-only/creator-overview.qdoc
+++ b/doc/src/overview/creator-only/creator-overview.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2019 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -79,10 +79,9 @@
languages as code, not just as plain text. This enables it to
provide you with useful features, such as semantic highlighting,
checking code syntax, code completion, and refactoring actions.
- In addition, the experimental language server plugin provides
- some of these services for other programming languages, such as
- Python, for which a \e {language server} is available that
- provides information about the code to IDEs.
+ \QC supports some of these services also for other programming
+ languages, such as Python, for which a \e {language server} is
+ available that provides information about the code to IDEs.
For more information, see \l{Coding}.
\row
\li \inlineimage creator_buildingrunning.png
@@ -117,9 +116,9 @@
execution. In addition, the QML Profiler enables you to profile
Qt Quick applications.
- \QC is integrated to the \l{Qt Test} and Google C++ Testing
- frameworks for unit testing applications and libraries. You can
- use \QC to build and run autotests.
+ \QC is integrated to the \l{Qt Test}, Google C++ Testing, and
+ Boost.Test frameworks for unit testing applications and
+ libraries. You can use \QC to create, build, and run autotests.
For more information, see \l{Testing}.
\li \b {Publishing}