mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 20:19:57 +00:00
Fixed tabs
This commit is contained in:
parent
370c12e78a
commit
4e7f7cf84f
1 changed files with 5 additions and 5 deletions
|
@ -44,11 +44,11 @@ QVariant CSMTools::ReportModel::data (const QModelIndex & index, int role) const
|
|||
{
|
||||
case Column_Type:
|
||||
|
||||
if(role == Qt::UserRole)
|
||||
return QString::fromUtf8 (
|
||||
mRows.at (index.row()).mId.getTypeName().c_str());
|
||||
else
|
||||
return static_cast<int> (mRows.at (index.row()).mId.getType());
|
||||
if(role == Qt::UserRole)
|
||||
return QString::fromUtf8 (
|
||||
mRows.at (index.row()).mId.getTypeName().c_str());
|
||||
else
|
||||
return static_cast<int> (mRows.at (index.row()).mId.getType());
|
||||
|
||||
case Column_Id:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue