mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-07 02:23:19 +02:00
misc: fix typo
Change-Id: I582a3a15474ef38cfd8b35a37e69cb5f4316f27d
This commit is contained in:
parent
69002fb32a
commit
ccd6b01da6
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue