From 9a90f15ceb57a84219aa14783d710d7f0ee679fc Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Mon, 13 Feb 2023 18:46:46 +0100 Subject: [PATCH] remove scary warning that is a false alarm Signed-off-by: Matthieu Gallien --- src/gui/filedetails/sharemodel.cpp | 1 - 1 file changed, 1 deletion(-) 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 {}; } -- 2.30.2