added ResourcesDB::Item::TypeMidiFile
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1880 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -32,9 +32,11 @@
|
||||
#include <QtXml/QDomDocument>
|
||||
|
||||
#define foreachTreeItem(list) \
|
||||
for(TreeItemList::Iterator it=list.begin();it!=list.end();++it)
|
||||
#define foreachConstTreeItem(list) \
|
||||
for(TreeItemList::ConstIterator it=list.begin(); \
|
||||
for(ResourcesDB::TreeItemList::Iterator it=list.begin();\
|
||||
it!=list.end();++it)
|
||||
|
||||
#define foreachConstTreeItem(list) \
|
||||
for(ResourcesDB::TreeItemList::ConstIterator it=list.begin(); \
|
||||
it!=list.end();++it)
|
||||
|
||||
class ResourcesDB : public QObject
|
||||
@@ -66,6 +68,7 @@ public:
|
||||
TypeSoundFont,
|
||||
TypePreset,
|
||||
TypeProject,
|
||||
TypeMidiFile,
|
||||
TypeForeignProject,
|
||||
TypePlugin,
|
||||
TypeImage,
|
||||
|
||||
Reference in New Issue
Block a user