]> git.sven.stormbind.net Git - sven/vym.git/blob - src/vymnote.h
New upstream version 2.9.22
[sven/vym.git] / src / vymnote.h
1 #ifndef VYMNOTE_H
2 #define VYMNOTE_H
3
4 #include "vymtext.h"
5
6 /*! \brief The text note belonging to one OrnamentedObj */
7
8 class VymNote : public VymText {
9   public:
10     VymNote();
11     VymNote(const VymText &vt);
12     void operator=(const VymText &other);
13     QString saveToDir();
14 };
15 #endif