X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=streamio.cpp;h=6d9133b5a6e5e792c88d142aac3267d05bc8daf6;hb=3d2215fbcef83e5dab6fe003c67846dd72ca3989;hp=ce3cc307eb32ecbaddc198b0d2b1b34323d1f555;hpb=2023a504eae2a6023e99f4782a501b71455cdc7d;p=groove diff --git a/streamio.cpp b/streamio.cpp index ce3cc30..6d9133b 100644 --- a/streamio.cpp +++ b/streamio.cpp @@ -9,7 +9,7 @@ void StreamIO::setSizeOfStream(qint64 s) { internal->stream()->setStreamSize(s); } -/*qint64 StreamIO::size() +qint64 StreamIO::size() { return sized; } @@ -20,7 +20,7 @@ qint64 StreamIO::bytesAvailable() bool StreamIO::isSequential() { return true; -}/* +} qint64 StreamIO::readData(char* data, qint64 maxsize) { internal->data().at(rpos);