Double semicolon cleanup.

This commit is contained in:
21E14
2015-12-29 22:42:27 -05:00
committed by lateminer
parent b72d6e77e8
commit fcc23c5c63
6 changed files with 9 additions and 9 deletions

View File

@@ -152,7 +152,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