FEATURE: Added button to password-lock the UI

This commit is contained in:
Christophe Dumez
2010-08-19 16:30:13 +00:00
parent e7e5a2b4e9
commit ee01c2c745
40 changed files with 3819 additions and 2173 deletions

View File

@@ -852,7 +852,7 @@ QTorrentHandle Bittorrent::addMagnetUri(QString magnet_uri, bool resumed) {
if (load_file(fastresume_path.toLocal8Bit().constData(), buf) == 0) {
fastResume = true;
p.resume_data = &buf;
qDebug("Successfuly loaded");
qDebug("Successfully loaded");
}
}
QString torrent_name = misc::magnetUriToName(magnet_uri);
@@ -1098,7 +1098,7 @@ QTorrentHandle Bittorrent::addTorrent(QString path, bool fromScanDir, QString fr
if (load_file(fastresume_path.toLocal8Bit().constData(), buf) == 0) {
fastResume = true;
p.resume_data = &buf;
qDebug("Successfuly loaded");
qDebug("Successfully loaded");
}
}
QString savePath;