summaryrefslogtreecommitdiffstats
path: root/doc/src/getting-started
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-11-30 14:34:49 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-30 14:34:49 (GMT)
commit565fece517519e33eb5b73aa9f2a4e55f756f9c5 (patch)
tree73a0acbabfe950e5efabc893ce94b621b5768f02 /doc/src/getting-started
parent011d3aa2bdf49127169f0726b78e13e8e9bcd73e (diff)
downloadQt-565fece517519e33eb5b73aa9f2a4e55f756f9c5.zip
Qt-565fece517519e33eb5b73aa9f2a4e55f756f9c5.tar.gz
Qt-565fece517519e33eb5b73aa9f2a4e55f756f9c5.tar.bz2
Doc: Fixed up a known issue.
Reviewed-by: Trust Me
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r--doc/src/getting-started/known-issues.qdoc18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/src/getting-started/known-issues.qdoc b/doc/src/getting-started/known-issues.qdoc
index 6632666..b26d68e 100644
--- a/doc/src/getting-started/known-issues.qdoc
+++ b/doc/src/getting-started/known-issues.qdoc
@@ -134,15 +134,17 @@
currently calls winId() on widgets, which causes whole widget hierarchies
to use native window handles. This slows down resizing.
- \o Compile error with Intel C++ Compiler.
- There seems to be a bug in the Intel compiler wrt too agressive inlining.
- The problem will manifest itself during the link phase of QtGui where it
- fails with the error that it cannot find QObjectData::~QObjectData().
- See http://bugreports.qt.nokia.com/browse/QTBUG-5145 for updates on this
+ \o Compile errors with Intel C++ Compiler.\br
+ There seems to be a bug in the Intel compiler with respect to
+ over-agressive inlining of code.
+ The problem will manifest itself during the link phase of QtGui where
+ it fails with the error that it cannot find QObjectData::~QObjectData().
+ See \l{http://bugreports.qt.nokia.com/browse/QTBUG-5145} for updates on this
bug.
- Also, due to some bugs in webkit, both QtScript and Webkit does not compile.
- See http://bugreports.qt.nokia.com/browse/QTBUG-6297 for a workaround for
- QtScript.
+ Also, due to some bugs in WebKit, the QtScript and QtWebKit modules
+ will not compile.
+ See \l{http://bugreports.qt.nokia.com/browse/QTBUG-6297} for a
+ workaround for QtScript.
\endlist