1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

No logger in the header

This commit is contained in:
Uwe L. Korn
2014-10-22 23:11:35 +02:00
parent f8703c88ea
commit bf5ceae50b

View File

@@ -23,7 +23,6 @@
#include "DllMacro.h"
#include "Typedefs.h"
#include "utils/Logger.h"
#include <QUrl>
#include <QIODevice>
@@ -47,7 +46,7 @@ public:
qint64 streamSize() const;
virtual void seekStream( qint64 offset ) { (void)offset; }
virtual qint64 needData ( void** buffer ) { (void)buffer; tDebug() << Q_FUNC_INFO; return 0; }
virtual qint64 needData ( void** buffer ) { (void)buffer; return 0; }
static int readCallback ( void* data, const char* cookie, int64_t* dts, int64_t* pts, unsigned* flags, size_t* bufferSize, void** buffer );
static int readDoneCallback ( void *data, const char *cookie, size_t bufferSize, void *buffer );