diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-04 03:55:25 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-04 03:55:25 (GMT) |
commit | 936a4571f0997d776c4672ea298c9840f676042d (patch) | |
tree | b24f1c32f70d20828d1aaa02483b86f129359bbe /src/gui/s60framework | |
parent | 9f30be82b42c7b29236067ec819dc037d7d648dd (diff) | |
download | Qt-936a4571f0997d776c4672ea298c9840f676042d.zip Qt-936a4571f0997d776c4672ea298c9840f676042d.tar.gz Qt-936a4571f0997d776c4672ea298c9840f676042d.tar.bz2 |
Fix trivial qdoc error
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/s60framework')
-rw-r--r-- | src/gui/s60framework/qs60mainappui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/s60framework/qs60mainappui.cpp b/src/gui/s60framework/qs60mainappui.cpp index 4ad78f9..4c4c994 100644 --- a/src/gui/s60framework/qs60mainappui.cpp +++ b/src/gui/s60framework/qs60mainappui.cpp @@ -163,7 +163,7 @@ void QS60MainAppUi::HandleResourceChangeL(TInt type) /*! * \brief Handles raw window server events. * - * The event type and information is passed in \a event, while the receiving control is passed in + * The event type and information is passed in \a wsEvent, while the receiving control is passed in * \a destination. * * If you override this function, you should call the base class implementation if you do not |