Some more clazy fixes

This commit is contained in:
Tobias Fella
2021-08-03 20:44:22 +02:00
parent d92b1895a9
commit 4efd1207ee
4 changed files with 14 additions and 13 deletions

View File

@@ -84,6 +84,7 @@ void KWebShortcutModel::setSelectedText(const QString &selectedText)
int KWebShortcutModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
#ifdef HAVE_KIO
if (d->selectedText.count() > 0) {
return d->searchProviders.count();