formatting

This commit is contained in:
adityapk00
2018-10-31 20:21:23 -07:00
parent fb310097f3
commit e1b9ca0150
14 changed files with 859 additions and 859 deletions

View File

@@ -77,7 +77,7 @@ QVariant BalancesTableModel::data(const QModelIndex &index, int role) const
} }
// Else, just return the default brush // Else, just return the default brush
QBrush b; QBrush b;++
b.setColor(Qt::black); b.setColor(Qt::black);
return b; return b;
} }