소스 검색

删除 '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