diff options
author | David Boddie <dboddie@trolltech.com> | 2009-11-02 14:30:15 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-02 14:31:27 (GMT) |
commit | 50a745d31e348c113d42444d527b4286b7064e3e (patch) | |
tree | 42cde30afd7207296920b2c707b08c85a41edd85 /src/gui/symbian/qsymbianevent.cpp | |
parent | c55c08b38dd902765f476f62369378813c8e804f (diff) | |
download | Qt-50a745d31e348c113d42444d527b4286b7064e3e.zip Qt-50a745d31e348c113d42444d527b4286b7064e3e.tar.gz Qt-50a745d31e348c113d42444d527b4286b7064e3e.tar.bz2 |
Doc: Fixed qdoc warnings.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/symbian/qsymbianevent.cpp')
-rw-r--r-- | src/gui/symbian/qsymbianevent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/symbian/qsymbianevent.cpp b/src/gui/symbian/qsymbianevent.cpp index af2c861..2799e6f 100644 --- a/src/gui/symbian/qsymbianevent.cpp +++ b/src/gui/symbian/qsymbianevent.cpp @@ -66,13 +66,13 @@ QT_BEGIN_NAMESPACE */ /*! - \fn QSymbianEvent::type() + \fn QSymbianEvent::type() const Returns the event type contained in the QSymbianEvent instance. */ /*! - \fn QSymbianEvent::isValid() + \fn QSymbianEvent::isValid() const Returns whether this QSymbianEvent instance contains a valid event. */ |