diff options
Diffstat (limited to 'core/connectionlistmodel.cpp')
-rw-r--r-- | core/connectionlistmodel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/connectionlistmodel.cpp b/core/connectionlistmodel.cpp index 812c6508d..04d1d5909 100644 --- a/core/connectionlistmodel.cpp +++ b/core/connectionlistmodel.cpp @@ -30,9 +30,8 @@ QString ConnectionListModel::address(int idx) const return m_addresses[idx]; } -int ConnectionListModel::rowCount(const QModelIndex &parent) const +int ConnectionListModel::rowCount(const QModelIndex&) const { - Q_UNUSED(parent) return m_addresses.count(); } |