mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +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 *= SwiftStableBranch
|
||||||
BLACK_CONFIG *= FSUIPC
|
BLACK_CONFIG *= FSUIPC
|
||||||
|
|
||||||
isEmpty(BLACK_EOL): BLACK_EOL = "20180101"
|
isEmpty(BLACK_EOL): BLACK_EOL = "20180901"
|
||||||
|
|
||||||
## Private Area ##
|
## Private Area ##
|
||||||
|
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ bool BlackConfig::CBuildConfig::isVatsimVersion()
|
|||||||
|
|
||||||
const QDateTime &BlackConfig::CBuildConfig::getEol()
|
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\"));
|
static const QDateTime dt(eol.isEmpty() ? QDateTime() : QDateTime::fromString(eol, \"yyyyMMdd\"));
|
||||||
return dt;
|
return dt;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user