mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
added exit and notification on 7z lib not found
This commit is contained in:
@ -41,10 +41,12 @@ public slots:
|
||||
QByteArray getRawDataAtIndex(int index);
|
||||
QList<QString> getFileNames();
|
||||
bool isValid();
|
||||
bool toolsLoaded();
|
||||
private:
|
||||
SevenZipInterface * szInterface;
|
||||
QLibrary * sevenzLib;
|
||||
void loadFunctions();
|
||||
bool loadFunctions();
|
||||
bool tools;
|
||||
bool valid;
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user