aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-10-29 18:13:00 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-10-29 18:13:00 +0000
commit640afe96b1b2f53d579b93c46d5d9e760502daa9 (patch)
treec00c43335cb9bda182db84c41c4adad66b559ced /src/qmmpui/playlistmodel.h
parentc81d3450d252f0de45b2c37e57c63ade18806425 (diff)
downloadqmmp-640afe96b1b2f53d579b93c46d5d9e760502daa9.tar.gz
qmmp-640afe96b1b2f53d579b93c46d5d9e760502daa9.tar.bz2
qmmp-640afe96b1b2f53d579b93c46d5d9e760502daa9.zip
coding style fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6825 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 68ecaee16..f7d393162 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -50,7 +50,8 @@ struct SimpleSelection
*/
SimpleSelection()
{
- ;
+ m_bottom = -1;
+ m_top = 1;
}
/*!
* Returns \p true if this selection is valid; otherwise returns returns \p false.