diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-04 03:58:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-04 03:58:28 (GMT) |
commit | be71186962db5974113e89b0e7c7aa1ab3987379 (patch) | |
tree | 4ea4ed9124585c9521b395082359df6113e5541e /src/gui | |
parent | 714f255d1da79c8824531fdea580d2ad7364e00b (diff) | |
parent | e2ecd43f569f172909fdd3e02fe3c1b70b02fc9e (diff) | |
download | Qt-be71186962db5974113e89b0e7c7aa1ab3987379.zip Qt-be71186962db5974113e89b0e7c7aa1ab3987379.tar.gz Qt-be71186962db5974113e89b0e7c7aa1ab3987379.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6
Diffstat (limited to 'src/gui')
-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 |