Small explanatory comment for StarDict
authorBartosz Szatkowski <bulislaw@linux.com>
Fri, 8 Oct 2010 11:48:05 +0000 (13:48 +0200)
committerBartosz Szatkowski <bulislaw@linux.com>
Fri, 8 Oct 2010 11:48:05 +0000 (13:48 +0200)
src/plugins/stardict/StarDictPlugin.cpp

index af5a0d6..95a8f1c 100644 (file)
@@ -188,6 +188,8 @@ QString StarDictPlugin::interpret(QByteArray::iterator it,
     else if(mode == 'r')
         result += QString::fromUtf8(read(it++, end));
 
+// Dont know whether mDictionary would ever handle binary stardict format
+//     to be honest dont see any kind of adventages (can't find any binary dict)
  /*
     else if(mode == 'W') {
         if(!last) {