Patronum/Tests/defaultcontroller.cpp

8 lines
118 B
C++
Raw Normal View History

2020-05-06 23:23:46 +03:00
#include "defaultcontroller.h"
DefaultController::DefaultController():
Patronum::Controller("TestPatronum")
{
}