mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Extend expiry
This commit is contained in:
parent
2d4256d593
commit
86572dbc6e
@ -1041,7 +1041,7 @@ void MainWindow::not_GA_warning_message ()
|
||||
"available for testing purposes. By design it will\n"
|
||||
"be nonfunctional after 0000 UTC on Jan 26, 2021.");
|
||||
auto now = QDateTime::currentDateTimeUtc ();
|
||||
if (now >= QDateTime {{2021, 1, 26}, {0, 0}, Qt::UTC}) {
|
||||
if (now >= QDateTime {{2021, 2, 2}, {0, 0}, Qt::UTC}) {
|
||||
Q_EMIT finished ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user