mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
committed by
Mathew Sutcliffe
parent
eea6c31e7b
commit
15b50791ef
@@ -367,6 +367,12 @@ namespace BlackConfig
|
||||
}
|
||||
}
|
||||
|
||||
const QString &BlackConfig::CBuildConfig::buildDateAndTime()
|
||||
{
|
||||
static const QString buildDateAndTime( __DATE__ " " __TIME__ );
|
||||
return buildDateAndTime;
|
||||
}
|
||||
|
||||
bool CVersion::isNewerVersion(const QString &versionString)
|
||||
{
|
||||
if (versionString.isEmpty()) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user