Selaa lähdekoodia

删除 'algorithmfactory.cpp'

wang 2 viikkoa sitten
vanhempi
sitoutus
9b449be577
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 8
      algorithmfactory.cpp

+ 0 - 8
algorithmfactory.cpp

@@ -1,8 +0,0 @@
-#include "algorithmfactory.h"
-#include "algorithmregistry.h"
-
-AlgorithmBase* AlgorithmFactory::create(const QString& type) {
-    // Use AlgorithmRegistry to create algorithm instance
-    std::shared_ptr<AlgorithmBase> algorithm = AlgorithmRegistry::instance().create(type.toStdString());
-    return algorithm.get();
-}