mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
refs #883, some UI finetuning / Doxygen comments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6c72f8491c
commit
5d81b23386
@@ -160,7 +160,7 @@ namespace BlackCore
|
||||
QFile f(this->m_localSetupFileValue);
|
||||
if (!f.exists())
|
||||
{
|
||||
sApp->cmdLineErrorMessage("File " + this->m_localSetupFileValue + " does not exist");
|
||||
sApp->cmdLineErrorMessage(QString("File '%1' does not exist)").arg(this->m_localSetupFileValue));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
@@ -172,7 +172,7 @@ namespace BlackCore
|
||||
{
|
||||
if (!CNetworkUtils::canConnect(url))
|
||||
{
|
||||
sApp->cmdLineErrorMessage("URL " + urlString + " not reachable");
|
||||
sApp->cmdLineErrorMessage(QString("URL '%1' not reachable").arg(urlString));
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user