summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2021-02-03 11:05:20 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2021-02-03 18:50:46 +0100
commitf6bce4fc0ce015d089bb176403b7b196a73bff3e (patch)
treed336f07f9e19bf5ae5552006c2726bce6f44b6f0
parent3dbc5816ff51976dac366eaaa5228a8d7f41cfbc (diff)
Fix trivial typo in QDateTime::fromString() overload doc
Was missing the ! of its doc-string comment marker. Fixes: QTBUG-90775 Change-Id: Ib2b393ceb073fa494e0454afbea1665535625707 Reviewed-by: Nico Vertriest <nico.vertriest@qt.io>
-rw-r--r--src/corelib/time/qdatetime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/time/qdatetime.cpp b/src/corelib/time/qdatetime.cpp
index 52c6118f1f..4ee930a901 100644
--- a/src/corelib/time/qdatetime.cpp
+++ b/src/corelib/time/qdatetime.cpp
@@ -5577,7 +5577,7 @@ QDateTime QDateTime::fromString(const QString &string, const QString &format, QC
return QDateTime();
}
-/*
+/*!
\overload
*/