mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Formatting comments and "private slots" -> "private"
This commit is contained in:
@@ -95,7 +95,7 @@ bool CSwiftGuiStdApplication::parsingHookIn()
|
||||
// check if rechable
|
||||
if (!CDBusServer::isDBusAvailable(dBusAddress))
|
||||
{
|
||||
this->cmdLineErrorMessage("DBus server at " + dBusAddress + " can not be reached");
|
||||
this->cmdLineErrorMessage("DBus server at '" + dBusAddress + "' can not be reached");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user