Extended implementing StarDict *.dict file
[mdictionary] / src / plugins / stardict / CompressedReader.h
index ab5caba..1e7c14a 100644 (file)
@@ -50,19 +50,11 @@ public:
 
     /*!
       Reads translations text from compressed dict file.
-      \param offset 32-bit offset of translation in uncompressed file, readed
-             from idx file
-      \param len length of uncompressed translation, readed from idx file too
-      */
-    QString readString(qint32 offset, qint32 len);
-
-    /*!
-      Reads translations text from compressed dict file.
       \param offset 64-bit offset of translation in uncompressed file, readed
              from idx file
       \param len length of uncompressed translation, readed from idx file too
       */
-    QString readString(qint64 offset, qint32 len);
+    QByteArray readString(qint64 offset, qint32 len);
 
     /*!
       Reads 32-bits integer value from compressed file and convert it from