Inform _emptyShareLinkWidget of linkShareRequiresPassword signals
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 14 Oct 2020 16:37:34 +0000 (18:37 +0200)
committerCamila (Rebase PR Action) <hello@camila.codes>
Mon, 19 Oct 2020 14:33:19 +0000 (14:33 +0000)
commitecc170decc8175feb2ce1072036bc8d6284a8f8e
treed9e22e69c315bf30d7cf426b02433214b7c57e92
parente502e719267370f2920d2eb7efc14d34388ff850
Inform _emptyShareLinkWidget of linkShareRequiresPassword signals

All the other ShareLinkWidgets process that signal (which allows to
display error messages for instance) but not that one for some reason.
That being said it might need to deal with an enforced password
situation.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/sharedialog.cpp