Move EOL to Oct 31

This commit is contained in:
Jordan Sherer 2018-10-07 10:52:03 -04:00
parent 329ca0b23f
commit 4e8a65b5ee

View File

@ -1418,7 +1418,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
}
QDate eol(2018, 10, 29);
QDate eol(2018, 10, 31);
void MainWindow::expiry_warning_message()
{