summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qbytearraymatcher.cpp2
-rw-r--r--src/corelib/tools/qsharedpointer.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/tools/qbytearraymatcher.cpp b/src/corelib/tools/qbytearraymatcher.cpp
index 96c2394dbd..a54afc5a9d 100644
--- a/src/corelib/tools/qbytearraymatcher.cpp
+++ b/src/corelib/tools/qbytearraymatcher.cpp
@@ -334,7 +334,7 @@ int qFindByteArray(
\class QStaticByteArrayMatcher
\since 5.9
\inmodule QtCore
- \brief The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher
+ \brief The QStaticByteArrayMatcher class is a compile-time version of QByteArrayMatcher.
\ingroup tools
\ingroup string-processing
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index 22cf516b68..2d5fd2a00e 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -46,7 +46,7 @@
/*!
\class QSharedPointer
\inmodule QtCore
- \brief The QSharedPointer class holds a strong reference to a shared pointer
+ \brief The QSharedPointer class holds a strong reference to a shared pointer.
\since 4.5
\reentrant
@@ -315,7 +315,7 @@
/*!
\class QWeakPointer
\inmodule QtCore
- \brief The QWeakPointer class holds a weak reference to a shared pointer
+ \brief The QWeakPointer class holds a weak reference to a shared pointer.
\since 4.5
\reentrant
@@ -373,7 +373,7 @@
/*!
\class QEnableSharedFromThis
\inmodule QtCore
- \brief A base class that allows obtaining a QSharedPointer for an object already managed by a shared pointer
+ \brief A base class that allows obtaining a QSharedPointer for an object already managed by a shared pointer.
\since 5.4
You can inherit this class when you need to create a QSharedPointer