From 6b9c9b4ceb94e2a185ac3992af1f4df8de471661 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Mon, 11 Mar 2019 19:06:38 -0400 Subject: [PATCH] Bump eol --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8be62f9..7f991f0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1627,7 +1627,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, if (!m_valid) throw std::runtime_error {"Fatal initialization exception"}; } -QDate eol(2019, 3, 11); +QDate eol(2019, 4, 1); void MainWindow::checkExpiryWarningMessage() {