Spectral/matrix/controller.h

17 lines
223 B
C
Raw Normal View History

2018-02-27 05:10:08 +00:00
#ifndef CONTROLLER_H
#define CONTROLLER_H
#include <QObject>
class Controller : public QObject
{
Q_OBJECT
public:
explicit Controller(QObject *parent = nullptr);
signals:
public slots:
};
#endif // CONTROLLER_H