4lex4 / scantailor-advanced

ScanTailor Advanced is the version that merges the features of the ScanTailor Featured and ScanTailor Enhanced versions, brings new ones and fixes.
GNU General Public License v3.0
1.15k stars 128 forks source link

Add missing QPainterPath includes #158

Open onitake opened 3 years ago

onitake commented 3 years ago

Some files were still missing an

#include <QPainterPath>

3d1e74e6ace413733511086934a66f4e3f7a6027 fixed some of the compile errors, but I found other places where QPainterPath is used and added it there.