1 #ifndef MEDIAPLAYLIST_H 2 #define MEDIAPLAYLIST_H 4 #include <QMediaPlaylist> 20 std::vector<int> _randomIndexes;
27 inline void setTitle(
const QString &title) { _title = title; }
28 inline QString
title()
const {
return _title; }
30 void shuffle(
int idx);
42 #endif // MEDIAPLAYLIST_H
#define MIAMCORE_LIBRARY
Definition: miamcore_global.h:10