mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 09:30:44 +00:00
Add fallthrough comments to fix gcc warnings
This commit is contained in:
committed by
baldurk
parent
91a6bb011b
commit
31f67f4c19
@@ -341,6 +341,7 @@ public:
|
||||
else
|
||||
return fileIcon[hideIndex];
|
||||
}
|
||||
break;
|
||||
case Qt::TextAlignmentRole:
|
||||
if(index.column() == 1)
|
||||
return Qt::AlignRight;
|
||||
|
||||
Reference in New Issue
Block a user