qswiki/dynamic/dynamiccontent.cpp

9 lines
208 B
C++
Raw Normal View History

2022-03-27 08:36:25 +02:00
#include "dynamiccontent.h"
DynamicContent::DynamicContent(Template &templ, Database &database, UrlProvider &provider)
{
this->templ = &templ;
this->database = &database;
this->urlProvider = &provider;
}