Clear layout paper.

--HG--
branch : feature
This commit is contained in:
dismine 2015-01-22 16:23:23 +02:00
parent 2388d8ef29
commit c84caa349d
2 changed files with 1 additions and 12 deletions

View file

@ -31,15 +31,10 @@
#include "vbestsquare.h" #include "vbestsquare.h"
#include "vposition.h" #include "vposition.h"
#include <climits>
#include <QPointF>
#include <QtMath>
#include <QImage>
#include <QDir>
#include <QPainter>
#include <QGraphicsItem> #include <QGraphicsItem>
#include <QCoreApplication> #include <QCoreApplication>
#include <QThreadPool> #include <QThreadPool>
#include <QPen>
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
VLayoutPaper::VLayoutPaper() VLayoutPaper::VLayoutPaper()

View file

@ -34,14 +34,8 @@
class VLayoutPaperData; class VLayoutPaperData;
class VLayoutDetail; class VLayoutDetail;
class QPointF;
class QLineF;
class QPolygonF;
class QPainterPath;
class QGraphicsItem; class QGraphicsItem;
class VBestSquare; class VBestSquare;
class VContour;
class QRectF;
class VLayoutPaper class VLayoutPaper
{ {