23 #ifndef STOPBEHAVIOR_H 24 #define STOPBEHAVIOR_H 26 #include "Utils/Pimpl.h" 41 int restore_track_before_stop();
43 int track_idx_before_stop()
const;
44 void set_track_idx_before_stop(
int idx);
48 #endif // STOPBEHAVIOR_H
Definition: PlaylistStopBehavior.h:31
Definition: AbstractPlaylist.h:44