mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-18 11:51:51 +03:00
Clean up whitespace in ShareModel::slotPropfindReceived
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
6610f2ad38
commit
9fb96b277d
1 changed files with 1 additions and 1 deletions
|
@ -466,7 +466,7 @@ void ShareModel::slotPropfindReceived(const QVariantMap &result)
|
|||
|
||||
const auto privateLinkUrl = result["privatelink"].toString();
|
||||
_fileRemoteId = result["fileid"].toByteArray();
|
||||
|
||||
|
||||
if (!privateLinkUrl.isEmpty()) {
|
||||
qCInfo(lcShareModel) << "Received private link url for" << _sharePath << privateLinkUrl;
|
||||
_privateLinkUrl = privateLinkUrl;
|
||||
|
|
Loading…
Reference in a new issue