#ifndef VNOTE_H #define VNOTE_H #include #include #include #include #include "vnotebook.h" class VNote { public: VNote(); const QVector& getNotebooks(); static void decorateTemplate(); static QString templateHtml; private: QVector notebooks; }; #endif // VNOTE_H