Couple of minor changes.
This commit is contained in:
parent
e1405d5370
commit
3fb32f1200
5 changed files with 28 additions and 28 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue