Do not use deprecated type
This commit is contained in:
parent
f50d12445a
commit
e6e91546e4
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user