Remove Radio GFM since it's no longer running
This commit is contained in:
parent
8757cb36c6
commit
1e7242afa5
@ -331,7 +331,6 @@
|
||||
<file>providers/myspace.png</file>
|
||||
<file>providers/podcast16.png</file>
|
||||
<file>providers/podcast32.png</file>
|
||||
<file>providers/radiogfm.png</file>
|
||||
<file>providers/rockradio.png</file>
|
||||
<file>providers/skydrive.png</file>
|
||||
<file>providers/somafm.png</file>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 676 B |
@ -92,7 +92,6 @@ InternetModel::InternetModel(Application* app, QObject* parent)
|
||||
AddService(new JazzRadioService(app, this));
|
||||
AddService(new MagnatuneService(app, this));
|
||||
AddService(new PodcastService(app, this));
|
||||
AddService(new RadioGFMService(app, this));
|
||||
AddService(new RockRadioService(app, this));
|
||||
AddService(new SavedRadio(app, this));
|
||||
AddService(new RadioTunesService(app, this));
|
||||
|
@ -264,10 +264,3 @@ SomaFMService::SomaFMService(Application* app, InternetModel* parent)
|
||||
: SomaFMServiceBase(
|
||||
app, parent, "SomaFM", QUrl("http://somafm.com/channels.xml"),
|
||||
QUrl("http://somafm.com"), QUrl(), QIcon(":providers/somafm.png")) {}
|
||||
|
||||
RadioGFMService::RadioGFMService(Application* app, InternetModel* parent)
|
||||
: SomaFMServiceBase(app, parent, "Radio GFM",
|
||||
QUrl("http://streams.radio-gfm.net/channels.xml"),
|
||||
QUrl("http://www.radio-gfm.net"),
|
||||
QUrl("http://www.radio-gfm.net/spenden"),
|
||||
QIcon(":providers/radiogfm.png")) {}
|
||||
|
@ -109,11 +109,6 @@ class SomaFMService : public SomaFMServiceBase {
|
||||
SomaFMService(Application* app, InternetModel* parent);
|
||||
};
|
||||
|
||||
class RadioGFMService : public SomaFMServiceBase {
|
||||
public:
|
||||
RadioGFMService(Application* app, InternetModel* parent);
|
||||
};
|
||||
|
||||
QDataStream& operator<<(QDataStream& out, const SomaFMService::Stream& stream);
|
||||
QDataStream& operator>>(QDataStream& in, SomaFMService::Stream& stream);
|
||||
Q_DECLARE_METATYPE(SomaFMService::Stream)
|
||||
|
Loading…
x
Reference in New Issue
Block a user