Explorar o código

删除 'algorithmfactory.h'

wang hai 2 semanas
pai
achega
7d0776150a
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      algorithmfactory.h

+ 0 - 12
algorithmfactory.h

@@ -1,12 +0,0 @@
-#ifndef ALGORITHMFACTORY_H
-#define ALGORITHMFACTORY_H
-
-#include <QString>
-#include "algorithmbase.h"
-
-class AlgorithmFactory {
-public:
-    static AlgorithmBase* create(const QString& type);
-};
-
-#endif // ALGORITHMFACTORY_H