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

8 lines
133 B
C++
Raw Normal View History

#include "radioservice.h"
RadioService::RadioService(const QString& name, QObject *parent)
: QObject(parent),
name_(name)
{
}