更新 'src/GUI/UpdateChecker.cxx'
This commit is contained in:
parent
00836f1607
commit
968051a12a
@ -163,6 +163,9 @@ void UpdateChecker::receivedUpdateXML(QByteArray body)
|
|||||||
const char* buffer = s.c_str();
|
const char* buffer = s.c_str();
|
||||||
readProperties(buffer, s.size(), props, true);
|
readProperties(buffer, s.size(), props, true);
|
||||||
|
|
||||||
|
|
||||||
|
SG_LOG(SG_IO, SG_WARN, "UpdateChecker() " << buffer );
|
||||||
|
|
||||||
const QDate n = QDate::currentDate().addDays(7);
|
const QDate n = QDate::currentDate().addDays(7);
|
||||||
settings.setValue("next-update-check", n);
|
settings.setValue("next-update-check", n);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user