]> git.sven.stormbind.net Git - sven/vym.git/blob - src/heading.h
Replace Pierre as the maintainer
[sven/vym.git] / src / heading.h
1 #ifndef HEADING_H
2 #define HEADING_H
3
4 #include "vymtext.h"
5
6 /*! \brief The heading belonging to one OrnamentedObj */
7
8 class Heading : public VymText {
9   public:
10     void operator=(const VymText &other);
11     QString saveToDir();
12 };
13 #endif