Skip to content
Snippets Groups Projects
Unverified Commit ccd6b01d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix typo

Change-Id: I582a3a15474ef38cfd8b35a37e69cb5f4316f27d
parent 69002fb3
No related branches found
No related tags found
No related merge requests found
......@@ -293,7 +293,7 @@ setProfile(const QString& accountId, const api::profile::Info& profileInfo, cons
auto dir = fileInfo.dir();
if (!dir.exists()) {
if (!std::filesystem::create_directory(dir.path().toStdString())) {
qWarning() << "Cannot create " << dir.path().toStdString();
qWarning() << "Cannot create " << dir.path();
}
}
if (!lf.lock()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment