aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 5b8fb6848..af81368f3 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -159,6 +159,10 @@ private:
qreal m_lastDevicePixelRatio;
QElapsedTimer timer;
bool alreadySaving;
+ bool checkDate(DiveObjectHelper *myDive, struct dive * d, QString date);
+ bool checkLocation(DiveObjectHelper *myDive, struct dive *d, QString location, QString gps);
+ bool checkDuration(DiveObjectHelper *myDive, struct dive *d, QString duration);
+ bool checkDepth(DiveObjectHelper *myDive, struct dive *d, QString depth);
signals:
void cloudUserNameChanged();