From a81ae71cb491c6e8d5a208a0b9b352fa11381a13 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 6 Aug 2007 08:09:29 +0000 Subject: added identification by content (ogg vorbis and mpeg) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@61 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/streamreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/streamreader.h') diff --git a/lib/streamreader.h b/lib/streamreader.h index 2489402ed..9b0af5df7 100644 --- a/lib/streamreader.h +++ b/lib/streamreader.h @@ -50,7 +50,7 @@ public: void close (); bool isSequential () const; bool open ( OpenMode mode ); - qint64 pos () const; + //qint64 pos () const; bool reset (); bool seek ( qint64 pos ); qint64 size () const; -- cgit v1.2.3-13-gbd6f