diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-05 13:14:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-05 13:14:32 +0000 |
| commit | 664d78f03b2ae95368c70ca8a45cc746a1612ccd (patch) | |
| tree | d6983ddd4375108e4725e5a78417f3adaf7722fc /src/qmmpui/playlistmodel.h | |
| parent | f8202ba35a4daf0f71c1cc81e46a655a8149cccf (diff) | |
| download | qmmp-664d78f03b2ae95368c70ca8a45cc746a1612ccd.tar.gz qmmp-664d78f03b2ae95368c70ca8a45cc746a1612ccd.tar.bz2 qmmp-664d78f03b2ae95368c70ca8a45cc746a1612ccd.zip | |
fixed some regressions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3567 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 9689e505b..f0929d196 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -142,6 +142,10 @@ public: * Returns \b true if success, otherwise returns \b false */ bool setCurrent(PlayListTrack *item); + + + bool isTrack(int index) const; + /*! * Returns \b true if item with \b index is selected, otherwise returns \b false */ |
