Skip to content
Snippets Groups Projects
Commit f5b8c9bb authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove use of deprecated enum

parent 4bcb423b
No related branches found
No related tags found
No related merge requests found
...@@ -140,8 +140,7 @@ public: ...@@ -140,8 +140,7 @@ public:
{ {
static constexpr QPainter::RenderHint Hints[] = {QPainter::Antialiasing, static constexpr QPainter::RenderHint Hints[] = {QPainter::Antialiasing,
QPainter::SmoothPixmapTransform, QPainter::SmoothPixmapTransform,
QPainter::TextAntialiasing, QPainter::TextAntialiasing};
QPainter::HighQualityAntialiasing};
auto hints = _painter.renderHints(); auto hints = _painter.renderHints();
for (const auto &hint : Hints) { for (const auto &hint : Hints) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment