mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
resolve conflict
This commit is contained in:
commit
8c5f258f3e
@ -215,7 +215,7 @@ bool CompressedArchive::loadFunctions()
|
|||||||
if(!rarLib->load())
|
if(!rarLib->load())
|
||||||
{
|
{
|
||||||
qDebug() << "Error Loading Rar29.so : " + rarLib->errorString() << endl;
|
qDebug() << "Error Loading Rar29.so : " + rarLib->errorString() << endl;
|
||||||
//QApplication::exit(YACReader::SevenZNotFound);
|
QCoreApplication::exit(700); //TODO yacreader_global can't be used here, it is GUI dependant, YACReader::SevenZNotFound
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user