Clementine-audio-player-Mac.../src/songmimedata.h

16 lines
196 B
C
Raw Normal View History

2009-12-24 20:16:07 +01:00
#ifndef SONGMIMEDATA_H
#define SONGMIMEDATA_H
#include <QMimeData>
#include "song.h"
class SongMimeData : public QMimeData {
Q_OBJECT
public:
SongList songs;
};
#endif // SONGMIMEDATA_H