Spectral/matrix/controller.cpp

7 lines
88 B
C++
Raw Normal View History

2018-02-27 05:10:08 +00:00
#include "controller.h"
Controller::Controller(QObject *parent) : QObject(parent)
{
}