summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/netsystemtime/ntp.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/settings/netsystemtime/ntp.cpp b/noncore/settings/netsystemtime/ntp.cpp
index 7971f9a..40b5531 100644
--- a/noncore/settings/netsystemtime/ntp.cpp
+++ b/noncore/settings/netsystemtime/ntp.cpp
@@ -163,3 +163,2 @@ void Ntp::ntpFinished(OProcess *p)
163 lookupCount++; 163 lookupCount++;
164 cfg.writeEntry("count",lookupCount);
165 _shiftPerSec = timeShift / secsSinceLast; 164 _shiftPerSec = timeShift / secsSinceLast;
@@ -168,2 +167,4 @@ void Ntp::ntpFinished(OProcess *p)
168 cfg.writeEntry("timeShift",QString::number(timeShift)); 167 cfg.writeEntry("timeShift",QString::number(timeShift));
168 cfg.setGroup("lookups");
169 cfg.writeEntry("count",lookupCount);
169 cfg.writeEntry("lastNtp",true); 170 cfg.writeEntry("lastNtp",true);