mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: Make ConfigureDiveComputerDialog::closeEvent() private
There is no subclass of ConfigureDiveComputerDialog, so there seems no reason for protected members. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
8733828380
commit
2e067c89dd
1 changed files with 2 additions and 3 deletions
|
@ -61,9 +61,6 @@ public:
|
|||
explicit ConfigureDiveComputerDialog(QWidget *parent = 0);
|
||||
~ConfigureDiveComputerDialog();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
private
|
||||
slots:
|
||||
void checkLogFile(int state);
|
||||
|
@ -98,6 +95,8 @@ private:
|
|||
|
||||
QString logFile;
|
||||
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
ConfigureDiveComputer *config;
|
||||
device_data_t device_data;
|
||||
void getDeviceData();
|
||||
|
|
Loading…
Add table
Reference in a new issue