diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-16 13:43:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-03-16 13:43:15 +0000 |
| commit | b42966f700a66e04da86d4c21542d0555a5e168f (patch) | |
| tree | d3af8c2d66aab2ec2beb9c3c26d3b258bf7ecfdc /src/qmmpui/playlistmodel.h | |
| parent | bd5bb092ff0b42f667bbe313564e7da039008f8e (diff) | |
| download | qmmp-b42966f700a66e04da86d4c21542d0555a5e168f.tar.gz qmmp-b42966f700a66e04da86d4c21542d0555a5e168f.tar.bz2 qmmp-b42966f700a66e04da86d4c21542d0555a5e168f.zip | |
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@856 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index b3e89aef7..10a7293c0 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -442,6 +442,9 @@ private: * selected items will be removed, else - unselected. */ void removeSelection(bool inverted = false); + + +private slots: void preparePlayState(); private: |
