diff options
author | Martin Smith <msmith@trolltech.com> | 2009-10-16 08:47:58 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-10-16 08:49:42 (GMT) |
commit | 93c7ab5a2b10481e4f10a6477379d8157ae5f7b0 (patch) | |
tree | 52ad49fca1aa8928adab0be8aad41cf9a047d6cf | |
parent | 13987aea1672149ff2ebcfde33cc611db7548923 (diff) | |
download | Qt-93c7ab5a2b10481e4f10a6477379d8157ae5f7b0.zip Qt-93c7ab5a2b10481e4f10a6477379d8157ae5f7b0.tar.gz Qt-93c7ab5a2b10481e4f10a6477379d8157ae5f7b0.tar.bz2 |
doc: Fixed the wording in some \brief commands.
-rw-r--r-- | src/gui/s60framework/qs60mainappui.cpp | 2 | ||||
-rw-r--r-- | src/gui/s60framework/qs60maindocument.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/s60framework/qs60mainappui.cpp b/src/gui/s60framework/qs60mainappui.cpp index 611ca59..e630253 100644 --- a/src/gui/s60framework/qs60mainappui.cpp +++ b/src/gui/s60framework/qs60mainappui.cpp @@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE /*! \class QS60MainAppUi \since 4.6 - \brief Helper class for S60 migration + \brief The QS60MainAppUi class is a 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 diff --git a/src/gui/s60framework/qs60maindocument.cpp b/src/gui/s60framework/qs60maindocument.cpp index 54df17e..7405784 100644 --- a/src/gui/s60framework/qs60maindocument.cpp +++ b/src/gui/s60framework/qs60maindocument.cpp @@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE /*! \class QS60MainDocument \since 4.6 - \brief Helper class for S60 migration + \brief The QS60MainDocument class is a 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 |