Init controller.
This commit is contained in:
6
matrix/controller.cpp
Normal file
6
matrix/controller.cpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "controller.h"
|
||||
|
||||
Controller::Controller(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user