mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-11 23:05:34 +08:00
Adjusted EOL
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8427aa829d
commit
adb7d42b63
@@ -137,7 +137,7 @@ bool BlackConfig::CBuildConfig::isVatsimVersion()
|
||||
|
||||
const QDateTime &BlackConfig::CBuildConfig::getEol()
|
||||
{
|
||||
static const QString eol(\"$$BLACK_EOL\");
|
||||
static const QString eol(\"$$BLACK_EOL\"); // config.pri
|
||||
static const QDateTime dt(eol.isEmpty() ? QDateTime() : QDateTime::fromString(eol, \"yyyyMMdd\"));
|
||||
return dt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user