1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Fix compile issue after last commit.

This commit is contained in:
S. Razi Alavizadeh 2014-10-03 03:54:37 +03:30
parent 04721c6478
commit a21d803b94

View File

@ -54,8 +54,8 @@ void DataPaths::setPortableVersion()
// Make sure the Config and Temp pathes exist
QDir dir;
dir.mkpath(m_paths[Config].first());
dir.mkpath(m_paths[Temp].first());
dir.mkpath(d->m_paths[Config].first());
dir.mkpath(d->m_paths[Temp].first());
}
// static