summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2021-10-15 23:45:38 +0200
committerRichard Weickelt <richard@weickelt.de>2021-10-18 18:10:16 +0000
commit177195f3b5ae47227d2eafa353f083e3806c2a1b (patch)
treecfbf05f7c7f1884f9712fa12bdc4223149b33dd9
parent27ac17804ed2db1415b6fcb7fc1a129852a83a17 (diff)
downloadqbs-177195f3b5ae47227d2eafa353f083e3806c2a1b.tar.gz
Don't mention the old-style import qbs statement
The import qbs 1.0 import statement has been removed a long time ago, but it was still mentioned in the hello world example. Task-number: QBS-1678 Change-Id: Ie44cae1a25f007e6bbeaf0632f472089428d6c47 Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
-rw-r--r--doc/qbs.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/qbs.qdoc b/doc/qbs.qdoc
index f297ea2cf..6ac67663b 100644
--- a/doc/qbs.qdoc
+++ b/doc/qbs.qdoc
@@ -1098,9 +1098,6 @@
}
\endcode
- The import statement gives us access to some built-in types and specifies the
- used language version.
-
\a Application describes the product we want to build. In this case, an
application. This is just a shortcut for writing
\code