Formatting, typos

This commit is contained in:
Klaus Basan
2017-03-29 22:09:48 +02:00
committed by Mathew Sutcliffe
parent 9eb67edddf
commit ec297d5838
4 changed files with 7 additions and 7 deletions

View File

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