From 41fb7481ed14eefecff121e184006828e6a0778d Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 28 Oct 2018 09:50:16 -0400 Subject: [PATCH] Bump eol --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index f2802d4..66b3d9e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1414,7 +1414,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, if (!m_valid) throw std::runtime_error {"Fatal initialization exception"}; } -QDate eol(2018, 10, 31); +QDate eol(2018, 11, 15); void MainWindow::checkExpiryWarningMessage() {