Clementine-audio-player-Mac.../src/radioitem.cpp

9 lines
215 B
C++
Raw Normal View History

#include "radioitem.h"
RadioItem::RadioItem(RadioService* _service, int type, const QString& key,
RadioItem* parent)
: SimpleTreeItem<RadioItem>(type, key, parent),
service(_service)
{
}