From cc9ecf0f47238fc15dfc2a926d010d62e645b706 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Wed, 2 Jan 2019 12:28:27 -0500 Subject: [PATCH] Bump eol --- mainwindow.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 8ebf3eb..13b9b34 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1486,17 +1486,6 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, clearActivity(); displayActivity(true); - /* - QTimer::singleShot(1000, this, [this](){ - QPalette p; - p.setBrush(QPalette::Text, QColor(Qt::red)); - p.setColor(QPalette::Text, QColor(Qt::red)); - ui->extFreeTextMsgEdit->setPalette(p); - ui->extFreeTextMsgEdit->updateGeometry(); - ui->extFreeTextMsgEdit->update(); - }); - */ - m_txTextDirtyDebounce.setSingleShot(true); connect(&m_txTextDirtyDebounce, &QTimer::timeout, this, &MainWindow::refreshTextDisplay); @@ -1506,7 +1495,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, if (!m_valid) throw std::runtime_error {"Fatal initialization exception"}; } -QDate eol(2019, 1, 2); +QDate eol(2019, 1, 23); void MainWindow::checkExpiryWarningMessage() {