From 1e7143cff8e062758920a4ad31cf164aa2fa94dd Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Thu, 27 Oct 2016 17:51:37 +0200 Subject: [PATCH] Fix minor typos in apidoc Change-Id: I5ce9599a60ea336b469807df075e491f0e6df680 Reviewed-by: Frederik Gladhorn --- src/corelib/tools/qchar.cpp | 2 +- src/widgets/kernel/qaction.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/tools/qchar.cpp b/src/corelib/tools/qchar.cpp index c820892307..5d5ea4c8a1 100644 --- a/src/corelib/tools/qchar.cpp +++ b/src/corelib/tools/qchar.cpp @@ -101,7 +101,7 @@ QT_BEGIN_NAMESPACE In Qt, Unicode characters are 16-bit entities without any markup or structure. This class represents such an entity. It is lightweight, so it can be used everywhere. Most compilers treat - it like a \c{unsigned short}. + it like an \c{unsigned short}. QChar provides a full complement of testing/classification functions, converting to and from other formats, converting from diff --git a/src/widgets/kernel/qaction.cpp b/src/widgets/kernel/qaction.cpp index e0700d877e..4582a55394 100644 --- a/src/widgets/kernel/qaction.cpp +++ b/src/widgets/kernel/qaction.cpp @@ -625,7 +625,7 @@ QActionGroup *QAction::actionGroup() const it is displayed to the left of the menu text. There is no default icon. - If a null icon (QIcon::isNull() is passed into this function, + If a null icon (QIcon::isNull()) is passed into this function, the icon of the action is cleared. */ void QAction::setIcon(const QIcon &icon)