mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 07:24:58 -04:00
added exit and notification on 7z lib not found
This commit is contained in:
@ -88,6 +88,11 @@ namespace YACReader
|
||||
Opened = 2
|
||||
};
|
||||
|
||||
enum YACReaderErrors
|
||||
{
|
||||
SevenZNotFound = 700
|
||||
};
|
||||
|
||||
QString getSettingsPath();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user