Formatting

This commit is contained in:
Jonas Kvinge
2023-07-21 05:11:27 +02:00
parent 9fb15545bd
commit a2c7ff63df
87 changed files with 5 additions and 84 deletions

View File

@@ -39,7 +39,6 @@ class RadioParadiseService : public RadioService {
public slots:
void GetChannels() override;
};
#endif // RADIOPARADISESERVICE_H

View File

@@ -70,7 +70,6 @@ class RadioService : public QObject {
Song::Source source_;
QString name_;
QIcon icon_;
};
Q_DECLARE_METATYPE(RadioService*)