mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
Print the EOL date to the log file
ref T319
This commit is contained in:
committed by
Klaus Basan
parent
5193745d12
commit
3770b02ea7
@@ -130,6 +130,8 @@ namespace BlackMisc
|
|||||||
m_stream << " and running with Qt " << qVersion();
|
m_stream << " and running with Qt " << qVersion();
|
||||||
m_stream << " " << QSysInfo::buildAbi() << endl;
|
m_stream << " " << QSysInfo::buildAbi() << endl;
|
||||||
|
|
||||||
|
m_stream << "Program is going to expire on " + CBuildConfig::getEol().toString() << "." << endl;
|
||||||
|
|
||||||
m_stream << "Application started." << endl;
|
m_stream << "Application started." << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user