summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@nokia.com>2010-07-08 11:44:38 (GMT)
committerMartin Smith <martin.smith@nokia.com>2010-07-08 11:44:38 (GMT)
commit5537ad76ccd29b58705d01056cc56a332bdf0eda (patch)
tree64d613ccec8b18b6f74e66910720f80aacd9b335 /tools
parent5903558f17a7a3173ad7a592892262bf297b52f2 (diff)
parentc05ae60497c71faf4bc87df9d60a148722ce9999 (diff)
downloadQt-5537ad76ccd29b58705d01056cc56a332bdf0eda.zip
Qt-5537ad76ccd29b58705d01056cc56a332bdf0eda.tar.gz
Qt-5537ad76ccd29b58705d01056cc56a332bdf0eda.tar.bz2
Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'tools')
-rw-r--r--tools/qdoc3/htmlgenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/htmlgenerator.cpp b/tools/qdoc3/htmlgenerator.cpp
index 5a8fb86..c1e01d7 100644
--- a/tools/qdoc3/htmlgenerator.cpp
+++ b/tools/qdoc3/htmlgenerator.cpp
@@ -1777,7 +1777,7 @@ void HtmlGenerator::generateHeader(const QString& title,
{
// out() << " <link rel=\"stylesheet\" type=\"text/css\" href=\"style/CreatorStyle.css\" />"; // Only for Qt Creator
out() << "</head>\n";
- out() << "<body class=\"offline narrow\">\n"; // narrow mainly for Creator
+ out() << "<body class=\"offline narrow\">\n"; // offline for Creator and Assistant
}
// Setting online doc configuration
else