diff options
author | 2013-12-09 17:22:33 +0100 | |
---|---|---|
committer | 2013-12-09 17:22:33 +0100 | |
commit | 8ac58181f75e494a242126751646285d4db672bc (patch) | |
tree | 10ec814fc20f3ce53a46b1df767eff56422e64b7 /qt-ui/divelistview.h | |
parent | 4675ab0617ed4536ad0196c7a09035b9c586dff7 (diff) | |
parent | 04b62a46e9f28f0e3b4a4f2e3c3aa9c18445df2f (diff) | |
download | subsurface-8ac58181f75e494a242126751646285d4db672bc.tar.gz |
Merge branch 'web' of github.com:neolit123/subsurface
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r-- | qt-ui/divelistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h index c20b6e822..f65a6780b 100644 --- a/qt-ui/divelistview.h +++ b/qt-ui/divelistview.h @@ -49,6 +49,7 @@ public slots: void saveSelectedDivesAs(); void exportSelectedDivesAsUDDF(); void shiftTimes(); + void uploadToDivelogsDE(); signals: void currentDiveChanged(int divenr); |