mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Preferenced UI: add dive download tab
Add a preferences tab for dive download, allowing resetting the buttons representing download connections in the Download panel. Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f63f3eb4ae
commit
b24caa4e2d
11 changed files with 180 additions and 30 deletions
|
@ -47,14 +47,6 @@ void PreferencesDefaults::on_localDefaultFile_toggled(bool toggle)
|
|||
ui->chooseFile->setEnabled(toggle);
|
||||
}
|
||||
|
||||
void PreferencesDefaults::on_resetRememberedDCs_clicked()
|
||||
{
|
||||
qPrefDiveComputer::set_vendor1(QString());
|
||||
qPrefDiveComputer::set_vendor2(QString());
|
||||
qPrefDiveComputer::set_vendor3(QString());
|
||||
qPrefDiveComputer::set_vendor4(QString());
|
||||
}
|
||||
|
||||
void PreferencesDefaults::on_resetSettings_clicked()
|
||||
{
|
||||
// apparently this button was never hooked up?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue