diff options
Diffstat (limited to 'src/tools/qdoc/doc.cpp')
| -rw-r--r-- | src/tools/qdoc/doc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/doc.cpp b/src/tools/qdoc/doc.cpp index 51627b1b6d9..107976f570d 100644 --- a/src/tools/qdoc/doc.cpp +++ b/src/tools/qdoc/doc.cpp @@ -2954,7 +2954,7 @@ Text Doc::trimmedBriefText(const QString &className) const w.removeFirst(); } - whats = w.join(" "); + whats = w.join(' '); if (whats.endsWith(QLatin1Char('.'))) whats.truncate(whats.length() - 1); |
