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:
parent
0722195cad
commit
7aa49c243c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user