mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Fix review comments.
Signed-off-by: allexzander <blackslayer4@gmail.com>
This commit is contained in:
parent
c908183044
commit
526fa399dc
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ void ShareUserGroupWidget::slotSharesFetched(const QList<QSharedPointer<Share>>
|
|||
int height = 0;
|
||||
QList<QString> linkOwners({});
|
||||
|
||||
QPointer<ShareUserLine> justCreatedShareThatNeedsOptionalPassword = nullptr;
|
||||
ShareUserLine *justCreatedShareThatNeedsOptionalPassword = nullptr;
|
||||
|
||||
foreach (const auto &share, shares) {
|
||||
// We don't handle link shares, only TypeUser or TypeGroup
|
||||
|
|
Loading…
Reference in a new issue