OSDN Git Service

[libcalamares] Fix Doxygen comment for TZ locations
authorAdriaan de Groot <groot@kde.org>
Wed, 12 Aug 2020 07:54:44 +0000 (09:54 +0200)
committerAdriaan de Groot <groot@kde.org>
Wed, 12 Aug 2020 07:58:48 +0000 (09:58 +0200)
src/libcalamares/locale/TimeZone.cpp

index 3b3b99d..7535bbc 100644 (file)
@@ -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()
     {