mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-30 01:24:31 +00:00
8 lines
118 B
C++
8 lines
118 B
C++
#include "defaultcontroller.h"
|
|
|
|
DefaultController::DefaultController():
|
|
Patronum::Controller("TestPatronum")
|
|
{
|
|
|
|
}
|