mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 05:25:43 +08:00
Doesn't use HighQualityAntialiasing since it is deprected
This commit is contained in:
parent
ab15dd67d7
commit
a0ad43accb
@ -102,7 +102,7 @@ public:
|
||||
painter->save();
|
||||
|
||||
painter->setRenderHint(QPainter::Antialiasing);
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
|
||||
#if QT_VERSION < QT_VERSION_CHECK(5, 14, 0)
|
||||
painter->setRenderHint(QPainter::HighQualityAntialiasing);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user