aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-07-03 16:40:16 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-07-03 16:40:16 +0000
commit9548b51896fd67e633605a10e52ef605741b98e7 (patch)
tree62da017689742fc0da7dec7ab06416dcf7ce001d /src/qmmpui/playlistmodel.h
parent10cf99e346ecb30ce7a701ca062856cd18d05dea (diff)
downloadqmmp-9548b51896fd67e633605a10e52ef605741b98e7.tar.gz
qmmp-9548b51896fd67e633605a10e52ef605741b98e7.tar.bz2
qmmp-9548b51896fd67e633605a10e52ef605741b98e7.zip
some api cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3535 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
-rw-r--r--src/qmmpui/playlistmodel.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h
index 6ea3efa33..394c41e2c 100644
--- a/src/qmmpui/playlistmodel.h
+++ b/src/qmmpui/playlistmodel.h
@@ -235,10 +235,7 @@ public:
/*!
* Returns list of all \b PlayListItem pointers.
*/
- QList<PlayListItem*> items() const
- {
- return m_items;
- }
+ QList<PlayListItem*> items() const;
/*!
* Returns number of first item that selected upper the \b row item.
*/
@@ -250,10 +247,7 @@ public:
/*!
* Returns total lenght in seconds of all songs.
*/
- int totalLength()const
- {
- return m_total_length;
- }
+ int totalLength() const;
/*!
* Loads playlist with \b f_name name.
*/