Fixed: Create directory before trying to create a client.cfg

--HG--
branch : develop
This commit is contained in:
kervala 2016-10-10 18:53:39 +02:00
parent acdbbd63b3
commit 9a402ea68c

View file

@ -145,6 +145,9 @@ bool CProfile::createClientConfig() const
QString directory = getDirectory();
QString filename = directory + "/client.cfg";
// create directory
QDir().mkpath(directory);
const CServer &s = CConfigFile::getInstance()->getServer(server);
// create the 2 initial lines of client.cfg