mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
87 stars 17 forks source link

Qt 5.12.1 Windows MinGW 7.3.0 64bit Need to add #include <QAction> in vsrtl_netlist.cpp #19

Closed mars4zhu closed 5 years ago

mars4zhu commented 5 years ago

Qt 5.12.1 Windows MinGW 7.3.0 64bit Need to add #include <QAction> in vsrtl_netlist.cpp

or, the compiler will complain as:

...\VSRTL\graphics\vsrtl_netlist.cpp:17:68: error: invalid use of incomplete type 'class QAction' QAction* expandAct = new QAction(expandIcon, "Expand All", this);

mortbopet commented 5 years ago

Thank you for reporting the issue, fixed in a172a16 - i'll add MinGW to the list of compilers which should be used in CI.

mortbopet commented 5 years ago

Please let me know if this fixed the issue.

mars4zhu commented 5 years ago

Please let me know if this fixed the issue.

It fixes.