Skip to content

plplot: fix compile error #2445

Merged
merged 1 commit into from
Nov 3, 2021
Merged

plplot: fix compile error #2445

merged 1 commit into from
Nov 3, 2021

Conversation

wwwutz
Copy link
Collaborator

@wwwutz wwwutz commented Nov 1, 2021

fix

bindings/qt_gui/plqt.cpp:222:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot b
e defined
         QPainterPath path;

by adding #include <QPainterPath> to qt.h

bee update plplot-5.15.0-1

fix
```
bindings/qt_gui/plqt.cpp:222:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot b
e defined
         QPainterPath path;

```
by adding `#include <QPainterPath>` to `qt.h`
@wwwutz wwwutz merged commit d5b7b50 into master Nov 3, 2021
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant