Double semicolon cleanup.
This commit is contained in:
@@ -147,7 +147,7 @@ int PeerTableModel::rowCount(const QModelIndex &parent) const
|
||||
int PeerTableModel::columnCount(const QModelIndex &parent) const
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
return columns.length();;
|
||||
return columns.length();
|
||||
}
|
||||
|
||||
QVariant PeerTableModel::data(const QModelIndex &index, int role) const
|
||||
|
||||
Reference in New Issue
Block a user