chengxr hai 1 ano
pai
achega
a048ee9322
Modificáronse 3 ficheiros con 0 adicións e 24 borrados
  1. 0 2
      QFD/QFD.pro
  2. 0 6
      QFD/view/AlgorithmView.cpp
  3. 0 16
      QFD/view/AlgorithmView.h

+ 0 - 2
QFD/QFD.pro

@@ -83,7 +83,6 @@ SOURCES += \
     main.cpp \
     view/AboutView.cpp \
     view/AlgorithmManageView.cpp \
-    view/AlgorithmView.cpp \
     view/EvaluateView.cpp \
     view/ExpertManageView.cpp \
     view/HomeView.cpp \
@@ -139,7 +138,6 @@ HEADERS += \
     common/QFDIcon.h \
     view/AboutView.h \
     view/AlgorithmManageView.h \
-    view/AlgorithmView.h \
     view/EvaluateView.h \
     view/ExpertManageView.h \
     view/HomeView.h \

+ 0 - 6
QFD/view/AlgorithmView.cpp

@@ -1,6 +0,0 @@
-#include "AlgorithmView.h"
-
-AlgorithmView::AlgorithmView(QWidget *parent) : QWidget(parent)
-{
-
-}

+ 0 - 16
QFD/view/AlgorithmView.h

@@ -1,16 +0,0 @@
-#ifndef ALGORITHMVIEW_H
-#define ALGORITHMVIEW_H
-
-#include <QWidget>
-
-class AlgorithmView : public QWidget
-{
-    Q_OBJECT
-public:
-    explicit AlgorithmView(QWidget *parent = nullptr);
-
-signals:
-
-};
-
-#endif // ALGORITHMVIEW_H