summaryrefslogtreecommitdiff
path: root/noncore/settings/netsystemtime/settime.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/netsystemtime/settime.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/settime.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/settings/netsystemtime/settime.h b/noncore/settings/netsystemtime/settime.h
index 778cb9c..3c3a162 100644
--- a/noncore/settings/netsystemtime/settime.h
+++ b/noncore/settings/netsystemtime/settime.h
@@ -43,2 +43,3 @@ public:
QTime time() const;
+ void setTime( QDateTime );
@@ -49,2 +50,3 @@ public slots:
protected slots:
+ void slotClockTick();
void hourChanged( int value );
@@ -58,2 +60,4 @@ protected:
bool use12hourTime;
+ QDateTime _time;
+ QTimer *clock;
QComboBox *ampm;
@@ -76,3 +80,3 @@ protected slots:
void formatChanged(int);
- void updateSystem(int i=0);
+ void updateSystem();
@@ -90,3 +94,3 @@ protected:
QPushButton *ButtonSetTime;
- QLabel *TextLabelMainPredTime;
+ // QLabel *TextLabelMainPredTime;