mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix compilation error
This commit is contained in:
@@ -135,7 +135,7 @@ void TorrentCreatorThread::run() {
|
|||||||
emit updateProgress(100);
|
emit updateProgress(100);
|
||||||
emit creationSuccess(save_path, parent_path);
|
emit creationSuccess(save_path, parent_path);
|
||||||
} else {
|
} else {
|
||||||
throw std::exception(tr("Cannot write the output file").toLocal8Bit().constData());
|
throw std::exception();
|
||||||
}
|
}
|
||||||
} catch (std::exception& e){
|
} catch (std::exception& e){
|
||||||
emit creationFailure(QString::fromLocal8Bit(e.what()));
|
emit creationFailure(QString::fromLocal8Bit(e.what()));
|
||||||
|
|||||||
Reference in New Issue
Block a user