Print the EOL date to the log file

ref T319
This commit is contained in:
Roland Winklmeier
2018-10-19 10:45:22 +02:00
committed by Klaus Basan
parent 5193745d12
commit 3770b02ea7

View File

@@ -130,6 +130,8 @@ namespace BlackMisc
m_stream << " and running with Qt " << qVersion();
m_stream << " " << QSysInfo::buildAbi() << endl;
m_stream << "Program is going to expire on " + CBuildConfig::getEol().toString() << "." << endl;
m_stream << "Application started." << endl;
}