mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
Delete desktop-widgets/preferences/preferences_dc.h
Remove preferences "Dive Download" window. Delete all dive computers no longer needed now that they can be deleted on the import window. Signed-off-by: jme <32236882+notrege@users.noreply.github.com>
This commit is contained in:
parent
358b9186bf
commit
aecb4f5005
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
#ifndef PREFERENCES_DC_H
|
||||
#define PREFERENCES_DC_H
|
||||
|
||||
#include "abstractpreferenceswidget.h"
|
||||
#include "core/pref.h"
|
||||
|
||||
namespace Ui {
|
||||
class PreferencesDc;
|
||||
}
|
||||
|
||||
class PreferencesDc : public AbstractPreferencesWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
PreferencesDc();
|
||||
~PreferencesDc();
|
||||
void refreshSettings() override;
|
||||
void syncSettings() override;
|
||||
public slots:
|
||||
void on_resetRememberedDCs_clicked();
|
||||
|
||||
private:
|
||||
Ui::PreferencesDc *ui;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Loading…
Add table
Reference in a new issue