#ifndef BASICELEMENTINFO_H #define BASICELEMENTINFO_H #include #include #include #include class BasicElementInfo{ protected: bool parseBasicInfo(QXmlStreamReader &reader); QStringRef name; QStringRef id; QString nextLinkString; QString prevousLinkString; }; #endif // BASICELEMENTINFO_H