Remove stylesheets from options.ui

This commit is contained in:
Christophe Dumez 2011-04-09 09:03:04 +00:00
commit 0a6f591cf5
2 changed files with 16 additions and 75 deletions

View file

@ -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())