summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2015-11-09 11:49:39 +0100
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2015-11-12 14:13:26 +0000
commit708424c305d38c53487a4234361cca5c90486c1f (patch)
treebcd8ccdd98f4ff2a87b4137855d93ccf1f30eba7 /src
parent5956d8715c7f8c77221b2baeeff0b7fa807f8f0e (diff)
Eliminate duplicate "between"
Change-Id: I548e2df4cb94e41bb5247fc6977a3c3f67bf0bda Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qtimezone.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/corelib/tools/qtimezone.cpp b/src/corelib/tools/qtimezone.cpp
index 900c8ff14e..22091e641f 100644
--- a/src/corelib/tools/qtimezone.cpp
+++ b/src/corelib/tools/qtimezone.cpp
@@ -116,8 +116,9 @@ Q_GLOBAL_STATIC(QTimeZoneSingleton, global_tz);
\class QTimeZone
\inmodule QtCore
\since 5.2
- \brief The QTimeZone class converts between between UTC and local time in a
- specific time zone.
+
+ \brief The QTimeZone class converts between UTC and local time in a specific
+ time zone.
\threadsafe