Couple of minor changes.

This commit is contained in:
eelke 2018-01-15 13:32:18 +01:00
parent e1405d5370
commit 3fb32f1200
5 changed files with 28 additions and 28 deletions

View file

@ -15,7 +15,7 @@ QVariant BaseTableModel::data(const QModelIndex &index, int role) const
}
}
else if (role == Qt::TextAlignmentRole) {
v = GetDefaultAlignmentForType(oid);
v = (int)GetDefaultAlignmentForType(oid);
}
else if (role == Qt::ForegroundRole) {
if (oid == BOOLOID) {