mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Wip Fix preprocessor on Cmake
This commit is contained in:
@@ -16,16 +16,16 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "searchandreplaceworker.h"
|
||||
#include "diagram.h"
|
||||
#include "changetitleblockcommand.h"
|
||||
#include "changeelementinformationcommand.h"
|
||||
#include "element.h"
|
||||
#include "qetapp.h"
|
||||
#include "independenttextitem.h"
|
||||
#include "diagramcommands.h"
|
||||
#include "QPropertyUndoCommand/qpropertyundocommand.h"
|
||||
#include "qetinformation.h"
|
||||
|
||||
#include "../QPropertyUndoCommand/qpropertyundocommand.h"
|
||||
#include "../diagram.h"
|
||||
#include "../diagramcommands.h"
|
||||
#include "../qetapp.h"
|
||||
#include "../qetgraphicsitem/element.h"
|
||||
#include "../qetgraphicsitem/independenttextitem.h"
|
||||
#include "../qetinformation.h"
|
||||
#include "../undocommand/changeelementinformationcommand.h"
|
||||
#include "../undocommand/changetitleblockcommand.h"
|
||||
|
||||
SearchAndReplaceWorker::SearchAndReplaceWorker()
|
||||
{
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#ifndef SEARCHANDREPLACEWORKER_H
|
||||
#define SEARCHANDREPLACEWORKER_H
|
||||
|
||||
#include <QDate>
|
||||
#include "../conductorproperties.h"
|
||||
#include "../titleblockproperties.h"
|
||||
|
||||
#include "titleblockproperties.h"
|
||||
#include "conductorproperties.h"
|
||||
#include <QDate>
|
||||
|
||||
class Diagram;
|
||||
class Element;
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef REPLACECONDUCTORDIALOG_H
|
||||
#define REPLACECONDUCTORDIALOG_H
|
||||
|
||||
#include "conductorproperties.h"
|
||||
#include "../../conductorproperties.h"
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
|
||||
@@ -18,8 +18,9 @@
|
||||
#ifndef REPLACEELEMENTDIALOG_H
|
||||
#define REPLACEELEMENTDIALOG_H
|
||||
|
||||
#include "../../diagramcontext.h"
|
||||
|
||||
#include <QDialog>
|
||||
#include "diagramcontext.h"
|
||||
|
||||
class ElementInfoPartWidget;
|
||||
|
||||
|
||||
@@ -18,11 +18,11 @@
|
||||
#ifndef REPLACEFOLIOWIDGET_H
|
||||
#define REPLACEFOLIOWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QDialog>
|
||||
#include "../../diagramcontext.h"
|
||||
#include "../../titleblockproperties.h"
|
||||
|
||||
#include "diagramcontext.h"
|
||||
#include "titleblockproperties.h"
|
||||
#include <QDialog>
|
||||
#include <QWidget>
|
||||
|
||||
class DiagramContextWidget;
|
||||
class QDialogButtonBox;
|
||||
|
||||
@@ -16,24 +16,25 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "searchandreplacewidget.h"
|
||||
#include "ui_searchandreplacewidget.h"
|
||||
#include "qetdiagrameditor.h"
|
||||
#include "qetproject.h"
|
||||
#include "diagram.h"
|
||||
#include "qeticons.h"
|
||||
#include "element.h"
|
||||
#include "independenttextitem.h"
|
||||
|
||||
#include "../../QWidgetAnimation/qwidgetanimation.h"
|
||||
#include "../../diagram.h"
|
||||
#include "../../diagramcontent.h"
|
||||
#include "../../qetapp.h"
|
||||
#include "../../qetdiagrameditor.h"
|
||||
#include "../../qetgraphicsitem/element.h"
|
||||
#include "../../qeticons.h"
|
||||
#include "../../qetinformation.h"
|
||||
#include "../../qetproject.h"
|
||||
#include "conductor.h"
|
||||
#include "replacefoliowidget.h"
|
||||
#include "replaceelementdialog.h"
|
||||
#include "qetapp.h"
|
||||
#include "replaceconductordialog.h"
|
||||
#include "replaceadvanceddialog.h"
|
||||
#include "dynamicelementtextitem.h"
|
||||
#include "elementtextitemgroup.h"
|
||||
#include "QWidgetAnimation/qwidgetanimation.h"
|
||||
#include "qetinformation.h"
|
||||
#include "diagramcontent.h"
|
||||
#include "independenttextitem.h"
|
||||
#include "replaceadvanceddialog.h"
|
||||
#include "replaceconductordialog.h"
|
||||
#include "replaceelementdialog.h"
|
||||
#include "replacefoliowidget.h"
|
||||
#include "ui_searchandreplacewidget.h"
|
||||
|
||||
#include <QSettings>
|
||||
|
||||
|
||||
@@ -18,13 +18,13 @@
|
||||
#ifndef SEARCHANDREPLACEWIDGET_H
|
||||
#define SEARCHANDREPLACEWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QTreeWidgetItemIterator>
|
||||
#include "../../QWidgetAnimation/qwidgetanimation.h"
|
||||
#include "../../qetgraphicsitem/element.h"
|
||||
#include "../../qetgraphicsitem/independenttextitem.h"
|
||||
#include "../searchandreplaceworker.h"
|
||||
|
||||
#include "element.h"
|
||||
#include "independenttextitem.h"
|
||||
#include "searchandreplaceworker.h"
|
||||
#include "QWidgetAnimation/qwidgetanimation.h"
|
||||
#include <QTreeWidgetItemIterator>
|
||||
#include <QWidget>
|
||||
|
||||
class QTreeWidgetItem;
|
||||
class QETDiagramEditor;
|
||||
|
||||
Reference in New Issue
Block a user