mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
Forward declare ResultProvider in Result
This commit is contained in:
parent
c1eadce374
commit
64f71fe453
@ -21,7 +21,6 @@
|
||||
#ifndef RESULT_H
|
||||
#define RESULT_H
|
||||
|
||||
#include "ResultProvider.h"
|
||||
#include "DownloadJob.h"
|
||||
#include "utils/TomahawkUtils.h"
|
||||
#include "Typedefs.h"
|
||||
@ -38,6 +37,7 @@ class MetadataEditor;
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
||||
class ResultProvider;
|
||||
class Resolver;
|
||||
|
||||
class DLLEXPORT Result : public QObject
|
||||
|
Loading…
x
Reference in New Issue
Block a user