caizm 1 rok temu
rodzic
commit
bc8f97f803

+ 2 - 5
CAE_Solution/src/component/MeshGeneration/MeshGeneration.pri

@@ -1,8 +1,5 @@
 HEADERS += \ 
-    $$PWD/*.h \
-    $$PWD/meshparams_ds.h \
-    $$PWD/custommeshparamsmanager.h
+    $$PWD/*.h
 
 SOURCES += \ 
-     $$PWD/*.cpp \
-    $$PWD/custommeshparamsmanager.cpp
+     $$PWD/*.cpp

+ 1 - 1
CAE_Solution/src/component/MeshGeneration/custommeshparamsmanager.cpp

@@ -1,5 +1,5 @@
 #include <acistype.hxx>
-#include "CustomMeshParamsManager.h"
+#include "custommeshparamsmanager.h"
 
 
 /**

+ 1 - 3
CAE_Solution/src/component/MeshGeneration/custommeshparamsmanager.h

@@ -1,12 +1,10 @@
 #ifndef CUSTOMMESHPARAMSMANAGER_H
 #define CUSTOMMESHPARAMSMANAGER_H
 
-
-#include <QString>
 #include <QStringList>
 #include <QHash>
 #include <lists.hxx>
-#include "MeshParams_DS.h"
+#include "meshparams_ds.h"
 
 
 /**