X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fstardict%2FStarDictReaderFactory.h;h=a6e12e377c8788a411707bef88ac5a4c28524a78;hb=8e81889b93754bbeedaa674a2f6d35cbed79a16c;hp=e5f5e93d2db06093da102ffc241a320763e83a15;hpb=74acf7c47c1555feeac10094103e2efd8a70df42;p=mdictionary diff --git a/src/plugins/stardict/StarDictReaderFactory.h b/src/plugins/stardict/StarDictReaderFactory.h index e5f5e93..a6e12e3 100644 --- a/src/plugins/stardict/StarDictReaderFactory.h +++ b/src/plugins/stardict/StarDictReaderFactory.h @@ -25,9 +25,14 @@ #define STARDICTREADERFACTORY_H #include "StarDictReader.h" +/*! + Class used to creating StarDictReader objects, based on filename it creates + compressed or uncompressed reader. + */ class StarDictReaderFactory { public: + //! Creates new StarDictReader suitable for passed file static StarDictReader* createReader(QString file); };