diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-06 15:54:30 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-08-06 15:54:30 +0000 |
| commit | e22c294cae50319df5b16ef9510c8390cdb204c6 (patch) | |
| tree | d4ee2109dd324b3e6c3b4b36190d3b91b1729421 /src/qmmpui/playlistitem.h | |
| parent | a5cb8d5ff4090b45a66a5207b82b629121e4e823 (diff) | |
| download | qmmp-e22c294cae50319df5b16ef9510c8390cdb204c6.tar.gz qmmp-e22c294cae50319df5b16ef9510c8390cdb204c6.tar.bz2 qmmp-e22c294cae50319df5b16ef9510c8390cdb204c6.zip | |
fixed group selection
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3573 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistitem.h')
| -rw-r--r-- | src/qmmpui/playlistitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistitem.h b/src/qmmpui/playlistitem.h index 745c0e532..301442e14 100644 --- a/src/qmmpui/playlistitem.h +++ b/src/qmmpui/playlistitem.h @@ -44,7 +44,7 @@ public: * Sets item selection flag to \b select * @param select State of selection (\b true select, \b false unselect) */ - virtual void setSelected(bool select); + void setSelected(bool select); /*! * Return \b true if item is selected, otherwise returns \b false. */ |
