forked from mirror/openmw-tes3mp
Another tab fix
This commit is contained in:
parent
4e7f7cf84f
commit
e9076088ca
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ int CSMTools::ReportModel::columnCount (const QModelIndex & parent) const
|
||||||
|
|
||||||
QVariant CSMTools::ReportModel::data (const QModelIndex & index, int role) 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();
|
return QVariant();
|
||||||
|
|
||||||
switch (index.column())
|
switch (index.column())
|
||||||
|
|
Loading…
Reference in a new issue