Fix includes
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <QApplication>
|
#include <QObject>
|
||||||
#include <QClipboard>
|
#include <QVariant>
|
||||||
#include <QByteArray>
|
#include <QByteArray>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
@@ -38,9 +38,7 @@ RadioService::RadioService(const Song::Source source, const QString &name, const
|
|||||||
network_(network),
|
network_(network),
|
||||||
source_(source),
|
source_(source),
|
||||||
name_(name),
|
name_(name),
|
||||||
icon_(icon) {
|
icon_(icon) {}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
QByteArray RadioService::ExtractData(QNetworkReply *reply) {
|
QByteArray RadioService::ExtractData(QNetworkReply *reply) {
|
||||||
|
|
||||||
|
|||||||
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QList>
|
#include <QList>
|
||||||
#include <QByteArray>
|
|
||||||
#include <QVariant>
|
#include <QVariant>
|
||||||
|
#include <QByteArray>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QIcon>
|
#include <QIcon>
|
||||||
|
|||||||
Reference in New Issue
Block a user