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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 1f2790854..7d14b9eb9 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -165,6 +165,16 @@ public slots:
void deleteDive(int id);
void copyDiveData(int id);
void pasteDiveData(int id);
+ bool toggleDiveSite(bool toggle);
+ bool toggleNotes(bool toggle);
+ bool toggleDiveMaster(bool toggle);
+ bool toggleBuddy(bool toggle);
+ bool toggleSuit(bool toggle);
+ bool toggleRating(bool toggle);
+ bool toggleVisibility(bool toggle);
+ bool toggleTags(bool toggle);
+ bool toggleCylinders(bool toggle);
+ bool toggleWeights(bool toggle);
bool undoDelete(int id);
QString addDive();
void addDiveAborted(int id);