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:
parent
04721c6478
commit
a21d803b94
|
@ -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…
Reference in New Issue
Block a user