plasma: calendar applet review

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-04-04 17:00:34 +03:00
parent 52ce8d7bcb
commit ed5003e338

View file

@ -47,9 +47,9 @@ private slots:
private:
void paintIcon();
CalendarWidget *m_calendarwidget;
Plasma::Svg *m_svg;
QTimer *m_timer;
CalendarWidget* m_calendarwidget;
Plasma::Svg* m_svg;
QTimer* m_timer;
int m_day;
KCModuleProxy* m_kcmclockproxy;
};