Fix compile issue after last commit.

remotes/origin/falkon
S. Razi Alavizadeh 12 years ago
parent 04721c6478
commit a21d803b94
  1. 4
      src/lib/app/datapaths.cpp

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

Loading…
Cancel
Save