mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
016537f257
commit
9a920367b2
@@ -483,13 +483,13 @@ const QString &BlackMisc::localHostName()
|
||||
*/
|
||||
const QString &BlackMisc::localHostNameEnvVariable()
|
||||
{
|
||||
static const QString hostName =
|
||||
QProcessEnvironment::systemEnvironment().value("COMPUTERNAME",
|
||||
QProcessEnvironment::systemEnvironment().value("HOSTNAME"));
|
||||
static const QString hostName = QProcessEnvironment::systemEnvironment().value("COMPUTERNAME", QProcessEnvironment::systemEnvironment().value("HOSTNAME"));
|
||||
return hostName;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Window mixer
|
||||
*/
|
||||
bool BlackMisc::Audio::startWindowsMixer()
|
||||
{
|
||||
QStringList parameterlist;
|
||||
|
||||
Reference in New Issue
Block a user