summaryrefslogtreecommitdiffstats
path: root/src/spatialaudio/doc/src/qtspatialaudio-index.qdoc
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-09-02 10:36:18 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-09-02 11:22:10 +0000
commitfb25c98e9bca5fa5ffc6a979df46b8960a85b384 (patch)
treea39e634b379e2b46e0237009f688c1ece83431ff /src/spatialaudio/doc/src/qtspatialaudio-index.qdoc
parent5179730a0b9f69462a12fbf8f4ec2e561712d0ad (diff)
Doc: Do not advertise global module includes
As one comment already says: We don't advise them anymore. Then let's not advertise them. Change-Id: Ided3a4b1c98d5d240dfc69c1df05ede4f38be227 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit b52f792019e3f1e101edef07156c1eaf4a0ba220) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/spatialaudio/doc/src/qtspatialaudio-index.qdoc')
-rw-r--r--src/spatialaudio/doc/src/qtspatialaudio-index.qdoc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/spatialaudio/doc/src/qtspatialaudio-index.qdoc b/src/spatialaudio/doc/src/qtspatialaudio-index.qdoc
index 7be5aaabb..e6be0247e 100644
--- a/src/spatialaudio/doc/src/qtspatialaudio-index.qdoc
+++ b/src/spatialaudio/doc/src/qtspatialaudio-index.qdoc
@@ -22,13 +22,6 @@
import QtQuick3D.SpatialAudio
\endqml
- If you want to use the C++ classes in your application, include the C++
- definitions using the following directive:
-
- \code
- #include <QtSpatialAudio>
- \endcode
-
To link against the C++ libraries, add the following to your project's
\c CMakeLists.txt file. Substitute \c my_project with the name of your
project.