mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #921, remove UpdateInfo class (now distribution list)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
929e2883d0
commit
cbf69d9847
@@ -691,7 +691,7 @@ namespace BlackCore
|
||||
};
|
||||
|
||||
// only in not officially shipped versions
|
||||
return (CBuildConfig::isShippedVersion() && !CBuildConfig::isBetaTest()) ? e : opts;
|
||||
return (CBuildConfig::isStableBranch() && !CBuildConfig::isDevBranch()) ? e : opts;
|
||||
}
|
||||
|
||||
bool CNetworkVatlib::getCmdLineClientIdAndKey(int &id, QString &key) const
|
||||
|
||||
Reference in New Issue
Block a user