From 665c2d53abeb36192fac4e1f50f6639eafcd0915 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 12 Aug 2020 09:54:44 +0200 Subject: [PATCH] [libcalamares] Fix Doxygen comment for TZ locations --- src/libcalamares/locale/TimeZone.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcalamares/locale/TimeZone.cpp b/src/libcalamares/locale/TimeZone.cpp index 3b3b99dce..7535bbc5c 100644 --- a/src/libcalamares/locale/TimeZone.cpp +++ b/src/libcalamares/locale/TimeZone.cpp @@ -211,8 +211,8 @@ class Private : public QObject Q_OBJECT public: RegionVector m_regions; - ZoneVector m_zones; - ZoneVector m_altZones; //< Extra locations for zones + ZoneVector m_zones; ///< The official timezones and locations + ZoneVector m_altZones; ///< Extra locations for zones Private() {