AlgorithmView.cpp 97 B

123456
  1. #include "AlgorithmView.h"
  2. AlgorithmView::AlgorithmView(QWidget *parent) : QWidget(parent)
  3. {
  4. }