Fix some includes

This commit is contained in:
Jonas Kvinge
2018-09-20 22:48:52 +02:00
parent 7dcdb7c673
commit a77dde7d3b
4 changed files with 11 additions and 13 deletions

View File

@@ -27,7 +27,6 @@
#include <QObject>
#include <QString>
#include <QUrl>
#include <QIcon>
#include "song.h"
@@ -39,7 +38,6 @@ class UrlHandler : public QObject {
// The URL scheme that this handler handles.
virtual QString scheme() const = 0;
virtual QIcon icon() const;
// Returned by StartLoading() and LoadNext(), indicates what the player should do when it wants to load a URL.
struct LoadResult {