Dynamic: Add DynamicContentIncludePage to allow including pages

这个提交包含在:
2022-03-27 21:36:53 +02:00
父节点 7bb7600d39
当前提交 1ae5495e61
修改 7 个文件,包含 42 行新增12 行删除

查看文件

@@ -0,0 +1,12 @@
#ifndef DYNAMICCONTENTINCLUDEPAGE_H
#define DYNAMICCONTENTINCLUDEPAGE_H
#include "dynamiccontent.h"
class DynamicContentIncludePage : public DynamicContent
{
public:
using DynamicContent::DynamicContent;
std::string render();
};
#endif // DYNAMICCONTENTINCLUDEPAGE_H