diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-03 11:32:05 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-10-03 11:32:05 (GMT) |
commit | 3f638e17143ce9ad406ae2a7705797f4e2959bc9 (patch) | |
tree | a92a2f6f18ba7c7384d5ef02f7d58dc378569dfa /src/gui/s60framework | |
parent | 77d2a0ee199b8570f22a1888f1bc97affb255d2e (diff) | |
download | Qt-3f638e17143ce9ad406ae2a7705797f4e2959bc9.zip Qt-3f638e17143ce9ad406ae2a7705797f4e2959bc9.tar.gz Qt-3f638e17143ce9ad406ae2a7705797f4e2959bc9.tar.bz2 |
Doc: silence qdoc warnings in S60 specific documentation.
Not sure why the migration classes should be are \obsolete.
Diffstat (limited to 'src/gui/s60framework')
-rw-r--r-- | src/gui/s60framework/qs60mainapplication.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/s60framework/qs60mainapplication.cpp b/src/gui/s60framework/qs60mainapplication.cpp index 54fb3b1..2973c97 100644 --- a/src/gui/s60framework/qs60mainapplication.cpp +++ b/src/gui/s60framework/qs60mainapplication.cpp @@ -63,7 +63,7 @@ _LIT(KQtWrapperResourceFile, "\\resource\\apps\\s60main.rsc"); * \class QS60MainApplication * \obsolete * \since 4.6 - * \brief Helper class for S60 migration + * \brief The QS60MainApplication class provides support for migration from S60. * * The QS60MainApplication 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 @@ -80,7 +80,7 @@ _LIT(KQtWrapperResourceFile, "\\resource\\apps\\s60main.rsc"); * Unlike other Qt classes, QS60MainApplication behaves like an S60 class, and can throw Symbian * leaves. * - * \sa QS60MainDocument, QS60MainAppUi, QApplication::QApplication(QApplication::QS60MainApplicationFactory, int &, char **) + * \sa QS60MainDocument, QS60MainAppUi, QApplication::QS60MainApplicationFactory */ /*! |