diff options
| author | 2014-04-17 21:48:00 -0500 | |
|---|---|---|
| committer | 2014-04-17 22:39:36 -0700 | |
| commit | e871169e4ce9ff1681a17c0ca0960c69daa8ec09 (patch) | |
| tree | 828083f921c4dda9e950db2c379b620962ee1810 /qt-ui/diveplanner.h | |
| parent | 3027701a14711e175b18462010dab382c2d68c5b (diff) | |
| download | subsurface-e871169e4ce9ff1681a17c0ca0960c69daa8ec09.tar.gz | |
Fixed mismatched connections
Fixed connections to call drawProfile() in diveplanner whenever cylinder
table widget is edited.
Signed-off-by: Lakshman Anumolu <acrlakshman@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
| -rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 8352d6a69..91f8744d8 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -78,10 +78,12 @@ slots: void deleteTemporaryPlan(); void loadFromDive(dive *d); void restoreBackupDive(); + void emitCylinderModelEdited(); signals: void planCreated(); void planCanceled(); + void cylinderModelEdited(); private: explicit DivePlannerPointsModel(QObject *parent = 0); |