Spectral/matrix/controller.cpp

7 lines
88 B
C++

#include "controller.h"
Controller::Controller(QObject *parent) : QObject(parent)
{
}