diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-18 13:00:23 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2016-01-18 13:00:23 +0000 |
| commit | 9e379f3ee5febcb63182ad8902774e7d6761cfaf (patch) | |
| tree | 2b65db911be446a84d70480b45a222dd752e085f /src/qmmpui/playlistmanager.h | |
| parent | cdd760219518207e90bf3db0a0415ed2c00bc2fc (diff) | |
| download | qmmp-9e379f3ee5febcb63182ad8902774e7d6761cfaf.tar.gz qmmp-9e379f3ee5febcb63182ad8902774e7d6761cfaf.tar.bz2 qmmp-9e379f3ee5febcb63182ad8902774e7d6761cfaf.zip | |
prepare for refresh playlist function
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6059 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmanager.h')
| -rw-r--r-- | src/qmmpui/playlistmanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmanager.h b/src/qmmpui/playlistmanager.h index 16f460716..f593dd4b0 100644 --- a/src/qmmpui/playlistmanager.h +++ b/src/qmmpui/playlistmanager.h @@ -233,6 +233,10 @@ public slots: */ void removeDuplicates(); /*! + * This is a convenience function and is the same as calling \b selectedPlayList()->refresh() + */ + void refresh(); + /*! * This is a convenience function and is the same as calling \b selectedPlayList()->clearQueue() */ void clearQueue(); |
