mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 11:38:34 -04:00
Some more time to test RC5, part2.
This commit is contained in:
parent
11db3eb1f3
commit
d380be4ab4
@ -1051,7 +1051,7 @@ void MainWindow::not_GA_warning_message ()
|
||||
"available for testing purposes. By design it will\n"
|
||||
"be nonfunctional after Mar 31, 2023.");
|
||||
auto now = QDateTime::currentDateTimeUtc ();
|
||||
if (now >= QDateTime {{2022, 12, 31}, {23, 59, 59, 999}, Qt::UTC}) {
|
||||
if (now >= QDateTime {{2023, 03, 31}, {23, 59, 59, 999}, Qt::UTC}) {
|
||||
Q_EMIT finished ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user