Make playlist items use the full width available to them and adjust correctly when...
[amarok.git] / src / playlist / PlaylistItem.cpp
blob6c02fcac5465ea357e0a6ced2c89078131d6e550
1 /***************************************************************************
2 * copyright : (C) 2007 Ian Monroe <ian@monroe.nu> *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License version 2 *
6 * as published by the Free Software Foundation. *
7 ***************************************************************************/
9 #include "debug.h"
10 #include "PlaylistItem.h"
12 PlaylistNS::Item::Item( Meta::TrackPtr track )
13 : m_track( track )
14 { }
16 PlaylistNS::Item::~Item()
17 { }