X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=src%2Fheading.h;fp=src%2Fheading.h;h=f5acba64f9494c8f2c4240768b5e88a20eb8db48;hb=d483bd8e6523c23c6f1d8908a2e0611c2bc9ff4f;hp=0000000000000000000000000000000000000000;hpb=7dfa3fe589d1722d49681f42cdb0bf1e6efb5223;p=sven%2Fvym.git diff --git a/src/heading.h b/src/heading.h new file mode 100644 index 0000000..f5acba6 --- /dev/null +++ b/src/heading.h @@ -0,0 +1,13 @@ +#ifndef HEADING_H +#define HEADING_H + +#include "vymtext.h" + +/*! \brief The heading belonging to one OrnamentedObj */ + +class Heading : public VymText { + public: + void operator=(const VymText &other); + QString saveToDir(); +}; +#endif