diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-11 18:46:25 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-03-11 18:46:25 +0000 |
| commit | 013ee07b55a3738b28b5d46324392d8498b50f2b (patch) | |
| tree | 50979d3872a15fd3e25a746418da0f56c8e8dadd /src/qmmpui/playstate.cpp | |
| parent | 542c1d2d3a26ce23b1d0668011b420db231334d2 (diff) | |
| download | qmmp-013ee07b55a3738b28b5d46324392d8498b50f2b.tar.gz qmmp-013ee07b55a3738b28b5d46324392d8498b50f2b.tar.bz2 qmmp-013ee07b55a3738b28b5d46324392d8498b50f2b.zip | |
removed obsolete members
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1619 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playstate.cpp')
| -rw-r--r-- | src/qmmpui/playstate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmpui/playstate.cpp b/src/qmmpui/playstate.cpp index ad9da3bdf..56657beb7 100644 --- a/src/qmmpui/playstate.cpp +++ b/src/qmmpui/playstate.cpp @@ -66,7 +66,7 @@ bool ShufflePlayState::previous() if (itm_count > 1) m_shuffled_current --; m_model->setCurrent(m_shuffled_indexes.at(m_shuffled_current)); - return TRUE; + return true; } return FALSE; } @@ -124,7 +124,7 @@ bool NormalPlayState::previous() if ( m_model->currentRow() < 1 && !m_model->isRepeatableList()) return FALSE; else if (m_model->setCurrent(m_model->currentRow() - 1)) - return TRUE; + return true; else if (m_model->isRepeatableList()) return m_model->setCurrent(m_model->items().count() - 1); } |
