1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 17:14:00 +02:00

Improve includes in Resolver.h

This commit is contained in:
Uwe L. Korn
2013-06-23 12:07:14 +02:00
committed by Michael Zanetti
parent 9fa387e102
commit 8d80b1e113

View File

@@ -21,9 +21,9 @@
#include <QObject>
#include "Query.h"
#include "DllMacro.h"
#include "Typedefs.h"
// implement this if you can resolve queries to content
@@ -52,6 +52,6 @@ public slots:
virtual void resolve( const Tomahawk::query_ptr& query ) = 0;
};
}; //ns
} //ns
#endif // RESOLVER_H