更新 'src/GUI/UpdateChecker.cxx'

This commit is contained in:
zhongjin 2022-12-07 13:39:35 +08:00
parent 00836f1607
commit 968051a12a

View File

@ -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);