mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +02:00
Improve includes in Resolver.h
This commit is contained in:
committed by
Michael Zanetti
parent
9fa387e102
commit
8d80b1e113
@@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
|
|
||||||
#include "Query.h"
|
|
||||||
|
|
||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
|
#include "Typedefs.h"
|
||||||
|
|
||||||
|
|
||||||
// implement this if you can resolve queries to content
|
// implement this if you can resolve queries to content
|
||||||
|
|
||||||
@@ -52,6 +52,6 @@ public slots:
|
|||||||
virtual void resolve( const Tomahawk::query_ptr& query ) = 0;
|
virtual void resolve( const Tomahawk::query_ptr& query ) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
}; //ns
|
} //ns
|
||||||
|
|
||||||
#endif // RESOLVER_H
|
#endif // RESOLVER_H
|
||||||
|
Reference in New Issue
Block a user