mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdeui: remove opengl support leftovers
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
029e3eb130
commit
4a3a253797
1 changed files with 0 additions and 4 deletions
|
@ -160,10 +160,6 @@ public:
|
|||
//Draw the selection (radiobutton-like) circle
|
||||
painter->save();
|
||||
painter->setRenderHint(QPainter::Antialiasing, true);
|
||||
#ifndef QT_NO_OPENGL
|
||||
//The hint has effect only when OpenGL graphics system is available
|
||||
painter->setRenderHint(QPainter::HighQualityAntialiasing, true);
|
||||
#endif
|
||||
painter->setPen(QPen(color, 1.2, Qt::SolidLine));
|
||||
painter->setBrush(QBrush());
|
||||
painter->drawEllipse(opt.rect.adjusted(2,2,-2,-2));
|
||||
|
|
Loading…
Add table
Reference in a new issue