diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-16 20:47:14 (GMT) |
---|---|---|
committer | Sergio Ahumada <sergio.ahumada@nokia.com> | 2010-11-16 20:47:50 (GMT) |
commit | e963a1365d495649a1c8930f4776c78781218881 (patch) | |
tree | a6ad2aaa366610a59b20afa11cae881f77b6eb98 /src/gui/kernel/qwidget_s60.cpp | |
parent | a40e77495612db0b89730debbacc585a22d0eb3a (diff) | |
download | Qt-e963a1365d495649a1c8930f4776c78781218881.zip Qt-e963a1365d495649a1c8930f4776c78781218881.tar.gz Qt-e963a1365d495649a1c8930f4776c78781218881.tar.bz2 |
Doc: Fixing typo
Diffstat (limited to 'src/gui/kernel/qwidget_s60.cpp')
-rw-r--r-- | src/gui/kernel/qwidget_s60.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp index cf4bdf1..97917ba 100644 --- a/src/gui/kernel/qwidget_s60.cpp +++ b/src/gui/kernel/qwidget_s60.cpp @@ -57,7 +57,7 @@ #include <eikbtgpc.h> #endif -// This is necessary in order to be able to perform delayed invokation on slots +// This is necessary in order to be able to perform delayed invocation on slots // which take arguments of type WId. One example is // QWidgetPrivate::_q_delayedDestroy, which is used to delay destruction of // CCoeControl objects until after the CONE event handler has finished running. |