Add fallthrough comments to fix gcc warnings

This commit is contained in:
Christian Kellner
2017-06-22 14:20:23 +01:00
committed by baldurk
parent 91a6bb011b
commit 31f67f4c19
2 changed files with 13 additions and 6 deletions
@@ -341,6 +341,7 @@ public:
else
return fileIcon[hideIndex];
}
break;
case Qt::TextAlignmentRole:
if(index.column() == 1)
return Qt::AlignRight;