1
0
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:
Dominik Schmidt 2015-11-17 02:50:00 +01:00
parent c1eadce374
commit 64f71fe453

View File

@ -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