mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 21:28:07 -06:00
committed by
GitHub
parent
f3f4610ba4
commit
34d30ed031
@@ -49,9 +49,8 @@ int WatchedFoldersModel::rowCount(const QModelIndex &parent) const
|
||||
return parent.isValid() ? 0 : m_watchedFolders.count();
|
||||
}
|
||||
|
||||
int WatchedFoldersModel::columnCount(const QModelIndex &parent) const
|
||||
int WatchedFoldersModel::columnCount([[maybe_unused]] const QModelIndex &parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user