[Lucas Nussbaum]
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
> 
> Relevant part (hopefully):
> > qt/trafficgraphwidget.cpp: In member function ‘void 
> > TrafficGraphWidget::paintPath(QPainterPath&, QQueue<float>&)’:
> > qt/trafficgraphwidget.cpp:53:9: error: invalid use of incomplete type 
> > ‘class QPainterPath’
> >    53 |         path.moveTo(x, YMARGIN + h);
> >       |         ^~~~

Perhaps the code is missing a '#include <QPainterPath>', ref
<URL: https://doc.qt.io/qt-5/qpainterpath.html >?

-- 
Happy hacking
Petter Reinholdtsen

Reply via email to