CustomStyle doc: fix code indentation
Change-Id: I8ef0ff5a499f796ebf76447caab27ff6b2556570 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
5548b940fb
commit
331fa5e8d6
@ -47,7 +47,7 @@ void CustomStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *op
|
||||
}
|
||||
painter->drawPolygon(points);
|
||||
} else {
|
||||
QProxyStyle::drawPrimitive(element, option, painter, widget);
|
||||
QProxyStyle::drawPrimitive(element, option, painter, widget);
|
||||
//! [2] //! [3]
|
||||
}
|
||||
//! [3] //! [4]
|
||||
|
Loading…
Reference in New Issue
Block a user