From 92140f6eedd28aac56363044dc1f6cacdedb908b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 6 Oct 2013 12:32:31 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3750 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/decoder.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmp/decoder.h b/src/qmmp/decoder.h index 1c5557db6..76e8445ac 100644 --- a/src/qmmp/decoder.h +++ b/src/qmmp/decoder.h @@ -46,12 +46,13 @@ public: virtual qint64 totalTime() = 0; /*! * Requests a seek to the time \b time indicated, specified in milliseconds. + * Subclass should reimplement this function. */ virtual void seek(qint64 time) = 0; /*! * Reads up to \b maxSize bytes of decoded audio to \b data * Returns the number of bytes read, or -1 if an error occurred. - * In most cases subclass should reimplement this function. + * Subclass should reimplement this function. */ virtual qint64 read(char *data, qint64 maxSize) = 0; /*! -- cgit v1.2.3-13-gbd6f