eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.68k stars 322 forks source link

widgets/QDisassemblyView: include QPainterPath #766

Closed trofi closed 4 years ago

trofi commented 4 years ago

Fix build failure on qt-5.15. Typical build error is:

src/widgets/QDisassemblyView.cpp:1503:17: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 1503 | QPainterPath path; | ^~~~

Reported-by: Toralf Förster Bug: https://bugs.gentoo.org/727530