diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-16 12:24:16 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-16 12:24:16 +0000 |
| commit | 8ab140dace337d1d413433510a87e161759ccc53 (patch) | |
| tree | 69c1a6656fb1e3226d8e9c6e4942d0c86a614b50 /src/qmmpui/playlistmodel.h | |
| parent | 98d4bdde3a1662ea17b03c803664fdef37d08d6e (diff) | |
| download | qmmp-8ab140dace337d1d413433510a87e161759ccc53.tar.gz qmmp-8ab140dace337d1d413433510a87e161759ccc53.tar.bz2 qmmp-8ab140dace337d1d413433510a87e161759ccc53.zip | |
added some mpris methods
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@687 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index a5231b44f..04665b88c 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -27,7 +27,6 @@ #include <QPointer> #include <QVector> -//#include "fileloader.h" class FileLoader; /** @@ -72,8 +71,10 @@ class TagUpdater : public QObject Q_OBJECT QObject* m_observable; PlayListItem* m_item; + public: TagUpdater(QObject* o, PlayListItem* item); + protected slots: void updateTag(); }; @@ -324,7 +325,7 @@ private: /*! * Songs in play queue. */ - QList<PlayListItem*>m_queued_songs; + QList<PlayListItem*> m_queued_songs; /*! * Is playlist repeatable? @@ -345,8 +346,6 @@ private: * when finished. */ QVector<GuardedFileLoader> m_running_loaders; - - friend class MainWindow; }; |
