mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: remove DiveComputerManagementDialog
This is now done in a TabWidget with undo-support. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
c6188bbe47
commit
8a20d019c2
7 changed files with 0 additions and 181 deletions
|
@ -37,7 +37,6 @@
|
|||
#include "core/settings/qPrefTechnicalDetails.h"
|
||||
|
||||
#include "desktop-widgets/about.h"
|
||||
#include "desktop-widgets/divecomputermanagementdialog.h"
|
||||
#include "desktop-widgets/divelistview.h"
|
||||
#include "desktop-widgets/divelogexportdialog.h"
|
||||
#include "desktop-widgets/divelogimportdialog.h"
|
||||
|
@ -748,12 +747,6 @@ void MainWindow::on_actionDivelogs_de_triggered()
|
|||
DivelogsDeWebServices::instance()->downloadDives();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionEditDeviceNames_triggered()
|
||||
{
|
||||
DiveComputerManagementDialog::instance()->init();
|
||||
DiveComputerManagementDialog::instance()->show();
|
||||
}
|
||||
|
||||
bool MainWindow::plannerStateClean()
|
||||
{
|
||||
if (progressDialog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue