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

Commits on Nov 1, 2021

  1. plplot: fix compile error

    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 committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    2894cc7 View commit details
    Browse the repository at this point in the history