改进代码
This commit is contained in:
@@ -132,8 +132,8 @@ private slots:
|
||||
void initWidget();
|
||||
void initStyle();
|
||||
void initDate();
|
||||
void yearChanged(const QString &arg1);
|
||||
void monthChanged(const QString &arg1);
|
||||
void yearChanged(int);
|
||||
void monthChanged(int);
|
||||
void clicked(const QDate &date, const LunarCalendarItem::DayType &dayType);
|
||||
void dayChanged(const QDate &date);
|
||||
void dateChanged(int year, int month, int day);
|
||||
|
||||
Reference in New Issue
Block a user