aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins/clock/LClock.h
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/panel-plugins/clock/LClock.h')
-rw-r--r--lumina-desktop/panel-plugins/clock/LClock.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lumina-desktop/panel-plugins/clock/LClock.h b/lumina-desktop/panel-plugins/clock/LClock.h
index d4de917c..8f7e38eb 100644
--- a/lumina-desktop/panel-plugins/clock/LClock.h
+++ b/lumina-desktop/panel-plugins/clock/LClock.h
@@ -25,9 +25,12 @@ public:
private:
QTimer *timer;
QLabel *label;
-
+ QString timefmt, datefmt;
+ bool deftime, defdate;
+
private slots:
void updateTime();
+ void updateFormats();
};
bgstack15