OSDN Git Service

remove redundant access specifier in in QCalendarDateSectionValidator class declaration
authorIvailo Monev <xakepa10@laimg.moc>
Mon, 22 Jun 2020 17:59:04 +0000 (17:59 +0000)
committerIvailo Monev <xakepa10@laimg.moc>
Mon, 22 Jun 2020 17:59:04 +0000 (17:59 +0000)
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
src/gui/widgets/qcalendarwidget.cpp

index a27fa25..7208fd2 100644 (file)
@@ -86,7 +86,6 @@ public:
 
 protected:
     QString highlightString(const QString &str, int pos) const;
-private:
 };
 
 QString QCalendarDateSectionValidator::highlightString(const QString &str, int pos) const