diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-14 19:15:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-14 19:15:32 +0000 |
| commit | 40ee4f96d507067c453c1a790857107ad0c83924 (patch) | |
| tree | caeed8eb76f2b5dee833e6401bd1d30ffdf03c94 /src/qmmpui/playlistmodel.h | |
| parent | 5c8df5c01f76d86a18b221cd11122abaa0da0478 (diff) | |
| download | qmmp-40ee4f96d507067c453c1a790857107ad0c83924.tar.gz qmmp-40ee4f96d507067c453c1a790857107ad0c83924.tar.bz2 qmmp-40ee4f96d507067c453c1a790857107ad0c83924.zip | |
improved cue support (very unstable)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1033 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 10a7293c0..b8a095a69 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -115,6 +115,8 @@ public: * Returns the current item. */ PlayListItem* currentItem(); + + PlayListItem* nextItem(); /*! * Returns the row of the \b item */ |
