mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove some unneeded member functions
We can wire qt to call the right functions directly, so we don't need these members. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
83426c59e1
commit
419e425030
2 changed files with 2 additions and 14 deletions
|
@ -223,11 +223,9 @@ public:
|
|||
explicit DivePlannerWidget(QWidget* parent = 0, Qt::WindowFlags f = 0);
|
||||
|
||||
public slots:
|
||||
void startTimeChanged(const QTime& time);
|
||||
void atmPressureChanged(const QString& pressure);
|
||||
void bottomSacChanged(const QString& bottomSac);
|
||||
void decoSacChanged(const QString& decosac);
|
||||
void lastStopChanged(bool checked);
|
||||
private:
|
||||
Ui::DivePlanner ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue