Commit 969c7bd3 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: MLmodel: fix headers encoding

parent df0f82ab
......@@ -146,7 +146,7 @@ QVariant MLModel::headerData( int section, Qt::Orientation orientation,
int role ) const
{
if (orientation == Qt::Horizontal && role == Qt::DisplayRole)
return QVariant( psz_column_title( columnToMeta( section ) ) );
return QVariant( qfu( psz_column_title( columnToMeta( section ) ) ) );
else
return QVariant();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment