2 Commits
1.0 ... 1.1

Author SHA1 Message Date
e45e86e5d7 Some more missing includes 2018-12-05 22:34:26 +01:00
0476f5740e Added missing include 2018-12-05 22:20:29 +01:00
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,8 @@
#include <QList>
#include <QPointF>
#include <QColor>
#include <QPair>
#include <QString>
class QJsonObject;

View File

@ -1,5 +1,6 @@
#include <QFontMetrics>
#include <QPainter>
#include <QSet>
#include "text.h"
#include "textpointitem.h"
#include "textpathitem.h"