From 06711732c94600c8b3106b2e3260ebd69de53a98 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 3 Dec 2013 20:55:00 -0800 Subject: Correct parameter names It's very confusing when a parameter is called "minutes" but holds seconds... Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt-ui/diveplanner.h') diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index bc6f696ad..b5c78a93c 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -46,7 +46,7 @@ public: QList > collectGases(dive *d); public slots: - int addStop(int meters = 0, int minutes = 0, int o2 = 0, int he = 0, int ccpoint = 0 ); + int addStop(int millimeters = 0, int seconds = 0, int o2 = 0, int he = 0, int ccpoint = 0 ); void addCylinder_clicked(); void setGFHigh(const int gfhigh); void setGFLow(const int ghflow); -- cgit v1.2.3-70-g09d2