1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

- Removed options.xml creation since it is no longer used

This commit is contained in:
Christophe Dumez 2006-11-14 20:29:22 +00:00
parent 0722195cad
commit 7aa49c243c

View File

@ -95,11 +95,6 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
home += QDir::separator(); home += QDir::separator();
} }
txt_savePath->setText(home+"qBT_dir"); txt_savePath->setText(home+"qBT_dir");
// Save Options if options.xml does not exist yet
savePath = misc::qBittorrentPath() + "options.xml";
if(! QFile::exists(savePath)){
saveOptions();
}
// Load options // Load options
loadOptions(); loadOptions();
// Connect signals / slots // Connect signals / slots