Fix a warning about extra semicolon in qstylepainter.h
Pick-to: 6.5 6.4 6.2 Change-Id: I104037ff58ade4b2ceffd73687355a5d237ab571 Reviewed-by: Marc Mutz <marc.mutz@qt.io>bb10
parent
b1bb732639
commit
7584871f4d
|
|
@ -26,7 +26,7 @@ public:
|
|||
const bool res = QPainter::begin(pd);
|
||||
setRenderHint(QPainter::SmoothPixmapTransform);
|
||||
return res;
|
||||
};
|
||||
}
|
||||
inline void drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption &opt);
|
||||
inline void drawControl(QStyle::ControlElement ce, const QStyleOption &opt);
|
||||
inline void drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex &opt);
|
||||
|
|
|
|||
Loading…
Reference in New Issue