summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2015-06-16 14:37:02 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-16 20:33:07 -0700
commiteca7d998e102ee10fc5a765a2b8d4a2176a5e2f5 (patch)
tree220353eb368741e8922aad1342696a651ff8ee38 /qt-models/diveplannermodel.h
parentf66ea4cbb03c126fce3805d778c9f197fb6fa5e8 (diff)
downloadsubsurface-eca7d998e102ee10fc5a765a2b8d4a2176a5e2f5.tar.gz
Set up signalling to display notes in planner again.
This got broken in a recent transition to more abstract models. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r--qt-models/diveplannermodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h
index 403b86b6d..4d1ef3227 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -97,7 +97,7 @@ signals:
void cylinderModelEdited();
void startTimeChanged(QDateTime);
void recreationChanged(bool);
- void calculatedPlanNotes(const QString& notes);
+ void calculatedPlanNotes();
private:
explicit DivePlannerPointsModel(QObject *parent = 0);