summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2013-07-24 10:52:14 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-24 13:17:15 +0200
commit7fa4ba5ea6730a56132d051a985563df68d29c25 (patch)
treebe807f31b7494598ee36bfe3a29e0b28c69be19f
parent9f4e23c55c7beb0fe28e38d37c8094922c30d1b0 (diff)
Doc: Replace 'Learn More' subsections with bolded text
Getting Started Programming with Qt Widgets has multiple subsections titled 'Learn More'. They appear in TOC but do link to correct sections. This change fixes the issue by replacing these sections with bolded text so they are not listed in TOC. Task-number: QTBUG-32110 Change-Id: I4fbabcc18dc15737f5a155c742a82cefe57ba17d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--doc/src/getting-started/gettingstartedqt.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/getting-started/gettingstartedqt.qdoc b/doc/src/getting-started/gettingstartedqt.qdoc
index 844245678..824cef17d 100644
--- a/doc/src/getting-started/gettingstartedqt.qdoc
+++ b/doc/src/getting-started/gettingstartedqt.qdoc
@@ -86,7 +86,7 @@
you to be able to build and run the project. The .pro file is complete.
We will take a closer look at the file contents in the following sections.
- \section2 Learn More
+ \b{Learn More}
\table
\header
@@ -139,7 +139,7 @@
widgets of the application. Examples of events are mouse presses
and key strokes.
- \section2 Learn More
+ \b{Learn More}
\table
\header
@@ -292,7 +292,7 @@
in that case, you have to remember to add the line \c{QT += widgets} to the generated
file in order to link against the Qt Widgets Module.
- \section2 Learn More
+ \b{Learn More}
\table
\header
@@ -379,7 +379,7 @@
\snippet snippets/widgets-tutorial/notepad/notepad.cpp 1
- \section2 Learn More
+ \b{Learn More}
\table
\header
@@ -495,7 +495,7 @@
the QTextStream class again. QTextStream can also write
\l{QString}s to the file with the << operator.
- \section2 Learn More
+ \b{Learn More}
\table
\header