#ifndef UNFILEDNOTES_H #define UNFILEDNOTES_H #include #include class UnfiledNotes { Q_OBJECT public: UnfiledNotes(); QString unfiledNoteName; QString unfiledNoteLocation; }; #endif // UNFILEDNOTES_H