forked from qt-creator/qt-creator
Remove even more uses of deprecated typedefs
Change-Id: Icb48d484f760eb11ef2d41d8271e43f4f51c2e91 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -4647,7 +4647,7 @@ void TextEditorWidgetPrivate::drawFoldingMarker(QPainter *painter, const QPalett
|
||||
painter->drawPolygon(a);
|
||||
painter->restore();
|
||||
} else {
|
||||
QStyleOptionViewItemV2 opt;
|
||||
QStyleOptionViewItem opt;
|
||||
opt.rect = rect;
|
||||
opt.state = QStyle::State_Active | QStyle::State_Item | QStyle::State_Children;
|
||||
if (expanded)
|
||||
|
||||
Reference in New Issue
Block a user