Implemented rowcount and colcount for PlaylistModel
commite36c2304ca18b7a4354c8b5372b9cfe669dbd616
authorJustin Haywood <justin@prodigalsword.net>
Thu, 10 Feb 2011 18:48:49 +0000 (10 12:48 -0600)
committerJustin Haywood <justin@prodigalsword.net>
Thu, 10 Feb 2011 18:48:49 +0000 (10 12:48 -0600)
treef1d1093d72bb1fd327730c54f1213582e9b2a3d2
parent15a37f3a2e23b7a41fc92459662ab70eb36db6be
Implemented rowcount and colcount for PlaylistModel

The rowCount and the colCount members of PlaylistModel are implemented
the rowCount returns the number of items in the list and the
colCount returns a constant 1 since there should only ever be one column.
The parents are ignored because a flat list shouldn't have parents as
you said. Let me know If I'm messing any of this up
playlist_model.cpp