Double semicolon cleanup.

This commit is contained in:
21E14
2015-12-29 22:42:27 -05:00
parent be9a9a3d22
commit a5a0831458
6 changed files with 9 additions and 9 deletions

View File

@@ -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