diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-01 14:30:34 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-01 14:43:07 -0700 |
commit | 04e59a0e1cdb32c5091fc4bc0d692f00821ab849 (patch) | |
tree | ed0c673ab4b680d236d67e961a28390fe31f0a5c /qt-ui/maintab.h | |
parent | 5c2ce0ac200cbf4b37a9765148b78d3091b5cd9f (diff) | |
download | subsurface-04e59a0e1cdb32c5091fc4bc0d692f00821ab849.tar.gz |
Hook up adding a weightsystem
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r-- | qt-ui/maintab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h index 44815fafc..cf83e0dfe 100644 --- a/qt-ui/maintab.h +++ b/qt-ui/maintab.h @@ -31,6 +31,9 @@ public Q_SLOTS: void on_addCylinder_clicked(); void on_editCylinder_clicked(); void on_delCylinder_clicked(); + void on_addWeight_clicked(); + void on_editWeight_clicked(); + void on_delWeight_clicked(); private: Ui::MainTab *ui; |