summaryrefslogtreecommitdiff
path: root/qmlplugin/hrGraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--qmlplugin/hrGraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmlplugin/hrGraph.cpp b/qmlplugin/hrGraph.cpp
index 5c38026..d73cbcd 100644
--- a/qmlplugin/hrGraph.cpp
+++ b/qmlplugin/hrGraph.cpp
@@ -41,6 +41,7 @@
HrGraph::HrGraph()
{
setFlag(ItemHasContents, true);
+ setAntialiasing(true);
setRenderTarget(QQuickPaintedItem::FramebufferObject);
loadGraphData();
}