TD: [skip ci] activate PCH of TechDraw (Gui) and use forward declarations
For MSVC this reduces compile time by ~20%
This commit is contained in:
@@ -24,14 +24,17 @@
|
||||
#define _DrawGuiUtil_h_
|
||||
|
||||
#include <string>
|
||||
#include <QComboBox>
|
||||
#include <QCoreApplication>
|
||||
#include <QPointF>
|
||||
#include <QRectF>
|
||||
|
||||
#include <App/DocumentObject.h>
|
||||
#include <Base/Vector3D.h>
|
||||
|
||||
class QComboBox;
|
||||
class QPointF;
|
||||
class QRectF;
|
||||
|
||||
namespace App {
|
||||
class DocumentObject;
|
||||
}
|
||||
|
||||
namespace Part {
|
||||
class Feature;
|
||||
|
||||
Reference in New Issue
Block a user