mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
Another tab fix
This commit is contained in:
parent
4e7f7cf84f
commit
e9076088ca
@ -37,7 +37,7 @@ int CSMTools::ReportModel::columnCount (const QModelIndex & parent) const
|
||||
|
||||
QVariant CSMTools::ReportModel::data (const QModelIndex & index, int role) const
|
||||
{
|
||||
if (role!=Qt::DisplayRole && role!=Qt::UserRole)
|
||||
if (role!=Qt::DisplayRole && role!=Qt::UserRole)
|
||||
return QVariant();
|
||||
|
||||
switch (index.column())
|
||||
|
Loading…
Reference in New Issue
Block a user