mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Ref T210, "local developer" distribution
This commit is contained in:
@@ -115,6 +115,17 @@ namespace BlackMisc
|
||||
}
|
||||
}
|
||||
|
||||
const CDistribution &CDistribution::localDeveloperBuild()
|
||||
{
|
||||
static const CDistribution d = []
|
||||
{
|
||||
CDistribution ld("local developer", 0, true);
|
||||
ld.setCurrentUtcTime();
|
||||
return ld;
|
||||
}();
|
||||
return d;
|
||||
}
|
||||
|
||||
CDistribution CDistribution::fromDatabaseJson(const QJsonObject &json, const QString &prefix)
|
||||
{
|
||||
Q_UNUSED(prefix); // not nested
|
||||
|
||||
Reference in New Issue
Block a user