aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/playlistmodel.h
diff options
context:
space:
mode:
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.
*/