[TD]remove precompiled from *.h

This commit is contained in:
Wanderer Fan
2022-08-13 14:21:16 -04:00
committed by WandererFan
parent 71758ecf9b
commit fdfc73fe93
61 changed files with 128 additions and 197 deletions

View File

@@ -23,12 +23,11 @@
#ifndef DRAWINGGUI_QGCUSTOMTEXT_H
#define DRAWINGGUI_QGCUSTOMTEXT_H
#include "PreCompiled.h"
#ifndef _PreComp_
#include <Mod/TechDraw/TechDrawGlobal.h>
#include <QGraphicsItem>
#include <QGraphicsTextItem>
#include <QPointF>
#endif
QT_BEGIN_NAMESPACE
class QPainter;