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:
wmayer
2022-03-25 13:54:47 +01:00
parent b704454e33
commit fd8719c85c
63 changed files with 171 additions and 137 deletions

View File

@@ -25,19 +25,21 @@
#include <Gui/TaskView/TaskDialog.h>
#include <Gui/TaskView/TaskView.h>
#include <Mod/TechDraw/App/DrawViewDimension.h>
#include <Mod/TechDraw/Gui/ui_TaskLinkDim.h>
class QTreeWidgetItem;
namespace Gui {
class Document;
}
class Ui_TaskLinkDim;
namespace TechDraw {
class DrawViewDimension;
}
namespace TechDrawGui
{
class Ui_TaskLinkDim;
class TaskLinkDim : public QWidget
{
Q_OBJECT