瀏覽代碼

删除 'algorithmfactory.h'

wang 2 周之前
父節點
當前提交
7d0776150a
共有 1 個文件被更改,包括 0 次插入12 次删除
  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