corregidos los tipos de archivo que se soportan

This commit is contained in:
Luis Ángel San Martín
2013-02-08 13:59:56 +01:00
parent c37c1ab88f
commit be591fde62
4 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ QMutex mutex;
LibraryCreator::LibraryCreator()
:creation(false)
{
_nameFilter << "*.cbr" << "*.cbz" << "*.rar" << "*.zip" << "*.tar" << "*.pdf";
_nameFilter << "*.cbr" << "*.cbz" << "*.rar" << "*.zip" << "*.tar" << "*.pdf" << "*.7z" << "*.cb7" << "*.arj" << "*.cbt";
}
void LibraryCreator::createLibrary(const QString &source, const QString &target)