diff options
author | hjk <hjk@theqtcompany.com> | 2016-01-22 14:00:08 +0100 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2016-01-22 13:23:53 +0000 |
commit | 677effda786d7d6a60b34466b6f442fb71b66999 (patch) | |
tree | bf5ed8bd11853c3b30456dab149080fb9144df05 /src/plugins/texteditor | |
parent | 74eb8db29f2108518a8c9ced5174deed06908ca0 (diff) | |
download | qt-creator-677effda786d7d6a60b34466b6f442fb71b66999.tar.gz |
Remove even more uses of deprecated typedefs
Change-Id: Icb48d484f760eb11ef2d41d8271e43f4f51c2e91
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/texteditor')
-rw-r--r-- | src/plugins/texteditor/texteditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/texteditor.cpp b/src/plugins/texteditor/texteditor.cpp index dce531dcf3..bd5b4a058d 100644 --- a/src/plugins/texteditor/texteditor.cpp +++ b/src/plugins/texteditor/texteditor.cpp @@ -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) |