mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04: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
|
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…
x
Reference in New Issue
Block a user