Add fallthrough comments to fix gcc warnings

This commit is contained in:
Christian Kellner
2017-06-19 17:45:54 +02: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;