Home
last modified time | relevance | path

Searched refs:m_stopAfterPlayingTrackId (Results 1 – 2 of 2) sorted by relevance

/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/
H A DPlaylistActions.cpp75 , m_stopAfterPlayingTrackId( 0 ) in Actions()
157 if( id != m_stopAfterPlayingTrackId ) in stopAfterPlayingTrack()
159 m_stopAfterPlayingTrackId = id; in stopAfterPlayingTrack()
167 return m_stopAfterPlayingTrackId && m_stopAfterPlayingTrackId == id; in willStopAfterTrack()
H A DPlaylistActions.h175 quint64 m_stopAfterPlayingTrackId; variable