mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Adjusted EOL
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8427aa829d
commit
adb7d42b63
@@ -24,7 +24,7 @@ BLACK_CONFIG *= Doxygen
|
||||
#BLACK_CONFIG *= SwiftStableBranch
|
||||
BLACK_CONFIG *= FSUIPC
|
||||
|
||||
isEmpty(BLACK_EOL): BLACK_EOL = "20180101"
|
||||
isEmpty(BLACK_EOL): BLACK_EOL = "20180901"
|
||||
|
||||
## Private Area ##
|
||||
|
||||
|
||||
@@ -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