mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Remove stylesheets from options.ui
This commit is contained in:
parent
4ee623f921
commit
0a6f591cf5
2 changed files with 16 additions and 75 deletions
|
@ -907,6 +907,7 @@ QTorrentHandle QBtSession::addTorrent(QString path, bool fromScanDir, QString fr
|
|||
qDebug("Adding %s to download list", qPrintable(path));
|
||||
boost::intrusive_ptr<torrent_info> t;
|
||||
try {
|
||||
qDebug() << "Loading torrent at" << path;
|
||||
// Getting torrent file informations
|
||||
t = new torrent_info(path.toUtf8().constData());
|
||||
if(!t->is_valid())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue