From 4e8a65b5ee7400a27c9fddef3ac784bfb4cbcc8e Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 7 Oct 2018 10:52:03 -0400 Subject: [PATCH] Move EOL to Oct 31 --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8850492a..d09987c4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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() {