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