OSDN Git Service

remove redundant access specifier in QDate
authorIvailo Monev <xakepa10@gmail.com>
Thu, 24 Dec 2020 18:56:24 +0000 (18:56 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Thu, 24 Dec 2020 18:56:24 +0000 (18:56 +0000)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/core/tools/qdatetime.h

index e7bc0ed..4bf3935 100644 (file)
@@ -50,7 +50,7 @@ public:
         DateFormat = 0,
         StandaloneFormat
     };
-public:
+
     QDate() { jd = 0; }
     QDate(int y, int m, int d);
 
@@ -162,6 +162,7 @@ public:
     void start();
     int restart();
     int elapsed() const;
+
 private:
     enum TimeFlag { NullTime = -1 };
     inline int ds() const { return mds == NullTime ? 0 : mds; }