Bump eol
This commit is contained in:
parent
8c564b6637
commit
22e4b0891e
@ -1460,7 +1460,7 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
|||||||
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
|
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
|
||||||
}
|
}
|
||||||
|
|
||||||
QDate eol(2018, 11, 15);
|
QDate eol(2018, 11, 30);
|
||||||
|
|
||||||
void MainWindow::checkExpiryWarningMessage()
|
void MainWindow::checkExpiryWarningMessage()
|
||||||
{
|
{
|
||||||
@ -5809,7 +5809,6 @@ QString MainWindow::calculateDistance(QString const& value, int *pDistance, int
|
|||||||
void MainWindow::on_startTxButton_toggled(bool checked)
|
void MainWindow::on_startTxButton_toggled(bool checked)
|
||||||
{
|
{
|
||||||
if(checked){
|
if(checked){
|
||||||
checkExpiryWarningMessage();
|
|
||||||
createMessage(ui->extFreeTextMsgEdit->toPlainText());
|
createMessage(ui->extFreeTextMsgEdit->toPlainText());
|
||||||
startTx();
|
startTx();
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user