Formatting comments and "private slots" -> "private"

This commit is contained in:
Klaus Basan
2018-01-14 04:26:55 +01:00
parent de4fe44156
commit 8bb47a555c
7 changed files with 30 additions and 26 deletions

View File

@@ -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;
}
}