diff options
author | Martin Smith <msmith@trolltech.com> | 2009-10-14 10:45:47 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-10-14 10:47:17 (GMT) |
commit | 1c20d834c004bb57b1f2274c10a9f983b32fda1f (patch) | |
tree | b9cd13d43a9a0cf6d28cd36b6df6c907eb2d8392 /src/gui/s60framework/qs60maindocument.cpp | |
parent | 6a8f901d6545a3c68bc398150b641694b68ddf0a (diff) | |
download | Qt-1c20d834c004bb57b1f2274c10a9f983b32fda1f.zip Qt-1c20d834c004bb57b1f2274c10a9f983b32fda1f.tar.gz Qt-1c20d834c004bb57b1f2274c10a9f983b32fda1f.tar.bz2 |
doc: Replaced \obsolete with \warning.
Warning: This class is provided only to get access to S60 specific
functionality in the application framework classes. It is not
portable. We strongly recommend against using it in new applications.
Diffstat (limited to 'src/gui/s60framework/qs60maindocument.cpp')
-rw-r--r-- | src/gui/s60framework/qs60maindocument.cpp | 44 |
1 files changed, 25 insertions, 19 deletions
diff --git a/src/gui/s60framework/qs60maindocument.cpp b/src/gui/s60framework/qs60maindocument.cpp index 52595db..54df17e 100644 --- a/src/gui/s60framework/qs60maindocument.cpp +++ b/src/gui/s60framework/qs60maindocument.cpp @@ -47,25 +47,31 @@ QT_BEGIN_NAMESPACE /*! - * \class QS60MainDocument - * \obsolete - * \since 4.6 - * \brief Helper class for S60 migration - * - * The QS60MainDocument provides a helper class for use in migrating from existing S60 based - * applications to Qt based applications. It is used in the exact same way as the - * \c CAknDocument class from Symbian, but internally provides extensions used by Qt. - * - * When modifying old S60 applications that rely on implementing functions in \c CAknDocument, - * the class should be modified to inherit from this class instead of \c CAknDocument. Then the - * application can choose to override only certain functions. - * - * For more information on \c CAknDocument, please see the S60 documentation. - * - * Unlike other Qt classes, QS60MainDocument behaves like an S60 class, and can throw Symbian - * leaves. - * - * \sa QS60MainApplication, QS60MainAppUi + \class QS60MainDocument + \since 4.6 + \brief Helper class for S60 migration + + \warning This class is provided only to get access to S60 specific + functionality in the application framework classes. It is not + portable. We strongly recommend against using it in new applications. + + The QS60MainDocument provides a helper class for use in migrating + from existing S60 based applications to Qt based applications. It is + used in the exact same way as the \c CAknDocument class from + Symbian, but internally provides extensions used by Qt. + + When modifying old S60 applications that rely on implementing + functions in \c CAknDocument, the class should be modified to + inherit from this class instead of \c CAknDocument. Then the + application can choose to override only certain functions. + + For more information on \c CAknDocument, please see the S60 + documentation. + + Unlike other Qt classes, QS60MainDocument behaves like an S60 class, + and can throw Symbian leaves. + + \sa QS60MainApplication, QS60MainAppUi */ /*! |