Do not use deprecated type

This commit is contained in:
Adriaan de Groot 2017-08-02 07:44:04 -04:00
parent f50d12445a
commit e6e91546e4

View File

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