mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
added log messages for creating/updating libraries
This commit is contained in:
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user