Modify ↓
Opened 10 years ago
Closed 10 years ago
#29 closed defect (duplicate)
qwt_symbol.h has bad include
Reported by: | Owned by: | mervart | |
---|---|---|---|
Priority: | critical | Component: | BNC |
Version: | BNC 2.1 | Keywords: | |
Cc: |
Description ¶
SVN tip for BNC/qwt/qwt_symbol.h contains
#include <QPolygonF>
Should be:
#include <qpolygon.h>
I'm building on RHEL 6.5 with Qt 4.6.2, and BNC builds and runs correctly with this change.
Note:
See TracTickets
for help on using tickets.