Another tab fix

coverity_scan^2
FedeWar 8 years ago
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…
Cancel
Save