更新 'src/GUI/UpdateChecker.cxx'
This commit is contained in:
parent
8bb3404be8
commit
e4b4d93f7f
@ -85,7 +85,7 @@ UpdateChecker::UpdateChecker(QObject *parent) : QObject(parent)
|
|||||||
QDate nextCheck = settings.value("next-update-check").toDate();
|
QDate nextCheck = settings.value("next-update-check").toDate();
|
||||||
|
|
||||||
//zhongjin
|
//zhongjin
|
||||||
SG_LOG(SG_IO, SG_WARN, "UpdateChecker()");
|
SG_LOG(SG_IO, SG_WARN, "UpdateChecker()" << nextCheck);
|
||||||
|
|
||||||
if (!nextCheck.isValid()) {
|
if (!nextCheck.isValid()) {
|
||||||
// check tomorrow, so we don't nag immediately after insstallaion
|
// check tomorrow, so we don't nag immediately after insstallaion
|
||||||
|
Loading…
Reference in New Issue
Block a user