Do not use deprecated type

main
Adriaan de Groot 8 years ago
parent f50d12445a
commit e6e91546e4

@ -66,7 +66,7 @@ ProgressTreeDelegate::paint( QPainter* painter,
{
bool isFirstLevel = !index.parent().isValid();
QStyleOptionViewItemV4 opt = option;
QStyleOptionViewItem opt = option;
painter->save();

Loading…
Cancel
Save