added log messages for creating/updating libraries

This commit is contained in:
Luis Ángel San Martín
2013-11-15 19:54:42 +01:00
parent e51480469f
commit f75d0abef0
5 changed files with 32 additions and 7 deletions

View File

@ -40,10 +40,12 @@ public slots:
QList<QByteArray> getAllData(const QVector<quint32> & indexes, ExtractDelegate * delegate = 0);
QByteArray getRawDataAtIndex(int index);
QList<QString> getFileNames();
bool isValid();
private:
SevenZipInterface * szInterface;
QLibrary * sevenzLib;
void loadFunctions();
bool valid;
};