mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Display platform in title bar (easier to identify screenshot)
This commit is contained in:
@@ -226,6 +226,12 @@ namespace BlackConfig
|
||||
return s;
|
||||
}
|
||||
|
||||
const QString &CBuildConfig::getVersionStringPlatform()
|
||||
{
|
||||
static const QString s = getVersionString() + " " + getPlatformString();
|
||||
return s;
|
||||
}
|
||||
|
||||
namespace Private
|
||||
{
|
||||
const QDateTime buildTimestampImpl()
|
||||
|
||||
Reference in New Issue
Block a user