Browse Source

Merge pull request #12220 from kasper93/header

Add missing QPainterPath header include
adaptive-webui-19844
sledgehammer999 5 years ago committed by GitHub
parent
commit
fbf325c6d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/gui/properties/piecesbar.cpp

1
src/gui/properties/piecesbar.cpp

@ -33,6 +33,7 @@ @@ -33,6 +33,7 @@
#include <QDebug>
#include <QHelpEvent>
#include <QPainter>
#include <QPainterPath>
#include <QTextStream>
#include <QToolTip>

Loading…
Cancel
Save