summaryrefslogtreecommitdiffstats
path: root/src/mixer/playerinfo.h
diff options
context:
space:
mode:
authorJosepMaJAZ <josepma@gmail.com>2017-03-26 18:49:27 +0200
committerJosepMaJAZ <josepma@gmail.com>2017-03-26 18:49:27 +0200
commit4b52ac0f6865e7405aafaa9781f0a69184e262e4 (patch)
tree28f3935eda34f7c1cb1f6184163e28556d8a23a2 /src/mixer/playerinfo.h
parent67d36412f88dd69bf80a0dfaf2b688bdf5f83ae6 (diff)
Implemented inhibit on play
Diffstat (limited to 'src/mixer/playerinfo.h')
-rw-r--r--src/mixer/playerinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixer/playerinfo.h b/src/mixer/playerinfo.h
index a16537ba17..78e566e636 100644
--- a/src/mixer/playerinfo.h
+++ b/src/mixer/playerinfo.h
@@ -33,6 +33,7 @@ class PlayerInfo : public QObject {
TrackPointer getTrackInfo(const QString& group);
void setTrackInfo(const QString& group, const TrackPointer& trackInfoObj);
TrackPointer getCurrentPlayingTrack();
+ int getCurrentPlayingDeck();
QMap<QString, TrackPointer> getLoadedTracks();
bool isTrackLoaded(const TrackPointer& pTrack) const;
bool isFileLoaded(const QString& track_location) const;
@@ -62,7 +63,6 @@ class PlayerInfo : public QObject {
void clearControlCache();
void timerEvent(QTimerEvent* pTimerEvent);
void updateCurrentPlayingDeck();
- int getCurrentPlayingDeck();
DeckControls* getDeckControls(int i);
PlayerInfo();