summaryrefslogtreecommitdiff
path: root/doc/src/howtos
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-05-31 13:23:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-31 14:59:34 +0200
commit11f59c88d88f39df9f92f73fc1478fe432a64a5b (patch)
tree240a07db8830e80fa525cd5375da198e63190391 /doc/src/howtos
parent81d99452178768460b807c1eaa80e94e1bb451b2 (diff)
downloadqtdoc-11f59c88d88f39df9f92f73fc1478fe432a64a5b.tar.gz
QtDoc: Remove Symbian chapters.
Change-Id: Idcfdffec060cba51796a0d4bdb4e24decddf25f1 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/howtos')
-rw-r--r--doc/src/howtos/HWacceleration.qdoc4
-rw-r--r--doc/src/howtos/appicon.qdoc7
-rw-r--r--doc/src/howtos/exceptionsafety.qdoc12
-rw-r--r--doc/src/howtos/scalabilityintro.qdoc4
4 files changed, 1 insertions, 26 deletions
diff --git a/doc/src/howtos/HWacceleration.qdoc b/doc/src/howtos/HWacceleration.qdoc
index 7ca171c4..0aa1dfe7 100644
--- a/doc/src/howtos/HWacceleration.qdoc
+++ b/doc/src/howtos/HWacceleration.qdoc
@@ -65,10 +65,6 @@
\li \l {Qt for Embedded Linux and OpenGL}{OpenGL ES}
\li \l {Qt for Embedded Linux and OpenVG}{OpenVG}
\li \l {Qt for Embedded Linux and DirectFB}{DirectFB}
- \row
- \li \b {Symbian Platform}
- \li {3,1} \e {There are currently no support for hardware
- acceleration.}
\endtable
\omit
\section1 Examples using hardware acceleration on embedded platforms.
diff --git a/doc/src/howtos/appicon.qdoc b/doc/src/howtos/appicon.qdoc
index 5453abdd..fe340e8e 100644
--- a/doc/src/howtos/appicon.qdoc
+++ b/doc/src/howtos/appicon.qdoc
@@ -200,13 +200,6 @@
The GNOME developer website is at \l{http://developer.gnome.org/}.
- \section1 Setting the Application Icon on the Symbian platform
-
- In order to set the application icon for Symbian platform applications, you need
- an SVG-T icon. For information on how to create SVG-T compliant icons,
- please refer to
- \l{http://wiki.forum.nokia.com/index.php/How_to_create_application_icon(SVG)_in_S60_3rd_edition/}
-
Once the icon is available in the correct format and assuming you are
using \c qmake to generate your makefiles, you only need to add a single
line to your \c .pro project file. For example, if the name of your
diff --git a/doc/src/howtos/exceptionsafety.qdoc b/doc/src/howtos/exceptionsafety.qdoc
index eb360273..806daef5 100644
--- a/doc/src/howtos/exceptionsafety.qdoc
+++ b/doc/src/howtos/exceptionsafety.qdoc
@@ -128,16 +128,4 @@
After an exception is thrown, the connection to the windowing server
might already be closed. It is not safe to call a GUI related function
after catching an exception.
-
- \section1 Platform-Specific Exception Handling
-
- \section2 The Symbian platform
-
- The Symbian platform implements its own exception system that differs from the standard
- C++ mechanism. When using Qt for the Symbian platform, and especially when writing code to
- access Symbian functionality directly, it may be necessary to know about the underlying
- implementation and how it interacts with Qt.
-
- The \l{Exception Safety with Symbian} document shows how to use the facilities provided
- by Qt to use exceptions as safely as possible.
*/
diff --git a/doc/src/howtos/scalabilityintro.qdoc b/doc/src/howtos/scalabilityintro.qdoc
index 72b51836..02252e8a 100644
--- a/doc/src/howtos/scalabilityintro.qdoc
+++ b/doc/src/howtos/scalabilityintro.qdoc
@@ -255,9 +255,7 @@
should consist of a common set of child components, a common set
of anchor definitions, and a collection of states (defined in a
StateGroup) representing the different aspect ratios supported by
- the component. (However note that orientation change animations
- are not possible on Symbian due to compatibility support for S60
- applications).
+ the component.
If a component contained within a page needs to be
hosted in numerous different form factor definitions, then the