mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Forward declare ResultProvider in Result
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
#ifndef RESULT_H
|
#ifndef RESULT_H
|
||||||
#define RESULT_H
|
#define RESULT_H
|
||||||
|
|
||||||
#include "ResultProvider.h"
|
|
||||||
#include "DownloadJob.h"
|
#include "DownloadJob.h"
|
||||||
#include "utils/TomahawkUtils.h"
|
#include "utils/TomahawkUtils.h"
|
||||||
#include "Typedefs.h"
|
#include "Typedefs.h"
|
||||||
@@ -38,6 +37,7 @@ class MetadataEditor;
|
|||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
|
||||||
|
class ResultProvider;
|
||||||
class Resolver;
|
class Resolver;
|
||||||
|
|
||||||
class DLLEXPORT Result : public QObject
|
class DLLEXPORT Result : public QObject
|
||||||
|
Reference in New Issue
Block a user