Code Cleanup: connections can be made between signals.

A signal can connect to another signal, so I removed a slot that had the
sole purpose to call another signal and replaced that with a direct call.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-05-21 21:38:26 -03:00 committed by Dirk Hohndel
parent e249fe8703
commit c6ad04d076
2 changed files with 3 additions and 9 deletions

View file

@ -80,7 +80,6 @@ slots:
void deleteTemporaryPlan();
void loadFromDive(dive *d);
void restoreBackupDive();
void emitCylinderModelEdited();
signals:
void planCreated();