mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Do not use deprecated type
This commit is contained in:
parent
f50d12445a
commit
e6e91546e4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue