]> git.sven.stormbind.net Git - sven/vym.git/blob - vymnote.h
fb39fe302eaba8959cc3df9a02a724374cd9f9c6
[sven/vym.git] / 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
9 class VymNote:public VymText
10 {
11 public:
12     void operator= (const VymText &other);
13     QString saveToDir();
14 };
15 #endif