5#ifndef VIEWEMAILTEMPLATE_H
6#define VIEWEMAILTEMPLATE_H
8#include <Cutelyst/Plugins/View/Email/viewemail.h>
14class ViewEmailTemplatePrivate;
24 QString templatePrefix READ templatePrefix WRITE setTemplatePrefix NOTIFY changedProp)
25 Q_PROPERTY(
QString defaultView READ defaultView WRITE setDefaultView NOTIFY changedProp)
42 void setTemplatePrefix(
const QString &prefix);
56 void setDefaultView(
const QString &view);
The Cutelyst namespace holds all public Cutelyst API.