From 090da90e22bbd1cd08ab0baec72c51390acf733e Mon Sep 17 00:00:00 2001 From: Claveau Joshua Date: Thu, 18 Jun 2020 19:20:25 +0200 Subject: [PATCH] fix fail to build --- sources/qetdiagrameditor.cpp | 1 - sources/qetgraphicsitem/ViewItem/qetgraphicstableitem.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/sources/qetdiagrameditor.cpp b/sources/qetdiagrameditor.cpp index 875917b1f..e679e23f0 100644 --- a/sources/qetdiagrameditor.cpp +++ b/sources/qetdiagrameditor.cpp @@ -38,7 +38,6 @@ #include "conductornumexport.h" #include "qetgraphicstableitem.h" #include "bomexportdialog.h" -#include "nomenclaturemodel.h" #include "QWidgetAnimation/qwidgetanimation.h" #include "qetgraphicstablefactory.h" diff --git a/sources/qetgraphicsitem/ViewItem/qetgraphicstableitem.cpp b/sources/qetgraphicsitem/ViewItem/qetgraphicstableitem.cpp index 66ca8ad7e..05c26aff0 100644 --- a/sources/qetgraphicsitem/ViewItem/qetgraphicstableitem.cpp +++ b/sources/qetgraphicsitem/ViewItem/qetgraphicstableitem.cpp @@ -20,7 +20,6 @@ #include "qetgraphicsheaderitem.h" #include "QPropertyUndoCommand/qpropertyundocommand.h" #include "qetxml.h" -#include "nomenclaturemodel.h" #include "elementprovider.h" #include "qetutils.h" #include "projectdbmodel.h"