mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Re Enable the option to add cylinders / weigthsystems.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
parent
df57b657fd
commit
28deb3e65d
2 changed files with 7 additions and 4 deletions
|
|
@ -42,10 +42,10 @@ public:
|
|||
virtual void showEvent(QShowEvent* );
|
||||
|
||||
public Q_SLOTS:
|
||||
void on_addCylinder_clicked();
|
||||
void addCylinder_clicked();
|
||||
void on_editCylinder_clicked();
|
||||
void on_delCylinder_clicked();
|
||||
void on_addWeight_clicked();
|
||||
void addWeight_clicked();
|
||||
void on_editWeight_clicked();
|
||||
void on_delWeight_clicked();
|
||||
void updateDiveInfo(int dive);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue