From: Matthieu Gallien Date: Mon, 13 Feb 2023 17:46:46 +0000 (+0100) Subject: remove scary warning that is a false alarm X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~42^2~16 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a90f15ceb57a84219aa14783d710d7f0ee679fc;p=nextcloud-desktop.git remove scary warning that is a false alarm Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/filedetails/sharemodel.cpp b/src/gui/filedetails/sharemodel.cpp index 8cb513b34..1a72cad29 100644 --- a/src/gui/filedetails/sharemodel.cpp +++ b/src/gui/filedetails/sharemodel.cpp @@ -199,7 +199,6 @@ QVariant ShareModel::data(const QModelIndex &index, const int role) const return {}; } - qCWarning(lcShareModel) << "Got unknown role" << role << "for share of type" << share->getShareType() << "so returning null value."; return {}; }