1 #ifndef MUSICTKPLCONFIGMANAGER_H
2 #define MUSICTKPLCONFIGMANAGER_H
39 virtual bool readBuffer(MusicSongItemList &items)
override final;
43 virtual bool writeBuffer(
const MusicSongItemList &items)
override final;
49 MusicSongList readMusicFilePath(
const QDomNode &node)
const;
53 #endif // MUSICTKPLCONFIGMANAGER_H
#define TTK_MODULE_EXPORT
The class of the ttk xml interface.
virtual bool writeBuffer(const T &items)=0
virtual bool readBuffer(T &items)=0
The class of the read write interface.
The class of the tkpl config manager.