Closed middlingphys closed 1 year ago
When using Qt 5.15, build fails with the following error: qt/trafficgraphwidget.cpp:54:9: エラー: invalid use of incomplete type ‘class QPainterPath’ which can be fixed by adding #include <QPainterPath>.
qt/trafficgraphwidget.cpp:54:9: エラー: invalid use of incomplete type ‘class QPainterPath’
#include <QPainterPath>
Same problem is discussed here: https://github.com/qgis/QGIS/issues/37005
When using Qt 5.15, build fails with the following error:
qt/trafficgraphwidget.cpp:54:9: エラー: invalid use of incomplete type ‘class QPainterPath’
which can be fixed by adding#include <QPainterPath>
.Same problem is discussed here: https://github.com/qgis/QGIS/issues/37005