comparison osx/svitunes.h @ 385:a555be0ad78f macness

move ITunesSVRemote ctor and dtor into impl file
author Dan Stowell <dan.stowell@eecs.qmul.ac.uk>
date Mon, 18 Oct 2010 15:32:35 +0100
parents be237d380f5f
children 268478a184a3
comparison
equal deleted inserted replaced
384:be237d380f5f 385:a555be0ad78f
28 { 28 {
29 Q_OBJECT 29 Q_OBJECT
30 30
31 public: 31 public:
32 32
33 ITunesSVRemote() : 33 ITunesSVRemote();
34 m_playerState(STATE_UNKNOWN), 34 ~ITunesSVRemote();
35 m_playerPos(0)
36 { }
37 virtual ~ITunesSVRemote() { }
38 35
39 // Returns a list containing [posixpath, genre] 36 // Returns a list containing [posixpath, genre]
40 QStringList getNowPlaying(); 37 QStringList getNowPlaying();
41 38
42 // When importing a fresh track we don't want the old cached playback position. 39 // When importing a fresh track we don't want the old cached playback position.