[TD] remove a single-header file
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
/***************************************************************************
|
||||
* Copyright (c) 2019 WandererFan <wandererfan@gmail.com> *
|
||||
* *
|
||||
* This file is part of the FreeCAD CAx development system. *
|
||||
* *
|
||||
* This library is free software; you can redistribute it and/or *
|
||||
* modify it under the terms of the GNU Library General Public *
|
||||
* License as published by the Free Software Foundation; either *
|
||||
* version 2 of the License, or (at your option) any later version. *
|
||||
* *
|
||||
* This library is distributed in the hope that it will be useful, *
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
||||
* GNU Library General Public License for more details. *
|
||||
* *
|
||||
* You should have received a copy of the GNU Library General Public *
|
||||
* License along with this library; see the file COPYING.LIB. If not, *
|
||||
* write to the Free Software Foundation, Inc., 59 Temple Place, *
|
||||
* Suite 330, Boston, MA 02111-1307, USA *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
// "DrawGuiStd.h"
|
||||
// standard includes for TechDraw/Gui files
|
||||
|
||||
#ifndef TECHDRAWGUI_STANDARD_H
|
||||
#define TECHDRAWGUI_STANDARD_H
|
||||
|
||||
#include <Mod/TechDraw/App/DrawUtil.h>
|
||||
|
||||
#endif // #ifndef TECHDRAWGUI_STANDARD_H
|
||||
@@ -38,8 +38,8 @@
|
||||
#include <Base/Parameter.h>
|
||||
|
||||
#include <Mod/TechDraw/App/DrawLeaderLine.h>
|
||||
#include <Mod/TechDraw/App/DrawUtil.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "Rez.h"
|
||||
#include "ZVALUE.h"
|
||||
|
||||
@@ -22,17 +22,14 @@
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#include <QGraphicsScene>
|
||||
#include <QPainter>
|
||||
#include <QStyleOptionGraphicsItem>
|
||||
#include <QColor>
|
||||
#include <QFont>
|
||||
#include <QGraphicsScene>
|
||||
#endif
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "QGMText.h"
|
||||
|
||||
using namespace TechDraw;
|
||||
|
||||
using namespace TechDrawGui;
|
||||
|
||||
QGMText::QGMText() :
|
||||
|
||||
@@ -21,23 +21,15 @@
|
||||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
#endif
|
||||
|
||||
#include <App/Application.h>
|
||||
#include <Gui/FileDialog.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "Rez.h"
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_SymbolChooser.h>
|
||||
|
||||
#include "SymbolChooser.h"
|
||||
|
||||
using namespace Gui;
|
||||
using namespace TechDraw;
|
||||
using namespace TechDrawGui;
|
||||
|
||||
using namespace Gui;
|
||||
using namespace TechDrawGui;
|
||||
|
||||
SymbolChooser::SymbolChooser(QWidget *parent,
|
||||
QString startDir,
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskActiveView.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
#include "Grabber3d.h"
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskCenterLine.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskCosVertex.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
#include "QGIPrimPath.h"
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskCosmeticLine.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
# include <Mod/TechDraw/App/DrawViewBalloon.h>
|
||||
# include <Mod/TechDraw/Gui/ui_TaskCustomizeFormat.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskDetail.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
#include "QGIPrimPath.h"
|
||||
|
||||
@@ -52,7 +52,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskLeaderLine.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "DrawGuiUtil.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskRichAnno.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
|
||||
@@ -54,7 +54,6 @@
|
||||
#include <Mod/TechDraw/App/DrawViewSection.h>
|
||||
#include <Mod/TechDraw/App/DrawUtil.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "Rez.h"
|
||||
#include "MDIViewPage.h"
|
||||
#include "QGVPage.h"
|
||||
|
||||
@@ -58,7 +58,6 @@
|
||||
|
||||
#include "ui_TaskSelectLineAttributes.h"
|
||||
#include "TaskSelectLineAttributes.h"
|
||||
#include "DrawGuiStd.h"
|
||||
#include "MDIViewPage.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
|
||||
@@ -59,11 +59,8 @@
|
||||
#include <Mod/TechDraw/App/DrawTileWeld.h>
|
||||
#include <Mod/TechDraw/App/Geometry.h>
|
||||
#include <Mod/TechDraw/App/Cosmetic.h>
|
||||
//#include <Mod/TechDraw/App/Preferences.h>
|
||||
|
||||
#include <Mod/TechDraw/Gui/ui_TaskWeldingSymbol.h>
|
||||
|
||||
#include "DrawGuiStd.h"
|
||||
#include "PreferencesGui.h"
|
||||
#include "QGVPage.h"
|
||||
#include "QGIView.h"
|
||||
|
||||
Reference in New Issue
Block a user