Skip to content
Snippets Groups Projects
Commit 3ee9880a authored by Antoine Lorence's avatar Antoine Lorence
Browse files

Rename the main service

parent 037fe7ce
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,8 @@ set(insaimage_SOURCES
Operations/TranslateOp.h
Operations/ZeroCrossingOp.cpp
Operations/ZeroCrossingOp.h
Services/EIImageService.cpp
Services/EIImageService.h
Services/INSAimageService.cpp
Services/INSAimageService.h
Services/FilteringService.cpp
Services/FilteringService.h
Services/MorphoMatService.cpp
......
......@@ -19,7 +19,7 @@
#include <GenericInterface.h>
#include "EIImageService.h"
#include "INSAimageService.h"
using namespace genericinterface;
using namespace std;
......
File moved
......@@ -21,7 +21,7 @@
#include <GenericInterface.h>
#include <Widgets/ImageWidgets/DoubleImageWindow.h>
#include <Widgets/ImageWidgets/StandardImageWindow.h>
#include "EIImageService.h"
#include "INSAimageService.h"
#include <QMessageBox>
#include <QLibrary>
......
......@@ -28,7 +28,7 @@
#include "BuiltinOpSet.h"
#include "Services/PluginManager.h"
#include "Services/EIImageService.h"
#include "Services/INSAimageService.h"
#include "Operations/PointOp.h"
#include "Operations/ThresholdOp.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment