mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Formatting, typos
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9eb67edddf
commit
ec297d5838
@@ -158,7 +158,7 @@ namespace BlackCore
|
||||
if (url.isLocalFile())
|
||||
{
|
||||
this->m_localSetupFileValue = url.toLocalFile();
|
||||
QFile f(this->m_localSetupFileValue);
|
||||
const QFile f(this->m_localSetupFileValue);
|
||||
if (!f.exists())
|
||||
{
|
||||
sApp->cmdLineErrorMessage(QString("File '%1' does not exist)").arg(this->m_localSetupFileValue));
|
||||
|
||||
Reference in New Issue
Block a user