mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Updated TODO
This commit is contained in:
parent
14251dd7b0
commit
2aea91822e
2 changed files with 4 additions and 3 deletions
|
@ -133,6 +133,6 @@ void createtorrent::on_createButton_clicked(){
|
|||
catch (std::exception& e){
|
||||
std::cerr << e.what() << "\n";
|
||||
}
|
||||
QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination);
|
||||
hide();
|
||||
QMessageBox::information(0, tr("Torrent creation"), tr("Torrent was created successfully:")+" "+destination);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue