summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-06 17:40:59 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-06 17:40:59 -0800
commitdf464fcef12e04e0d6e6676a55049771cc075b12 (patch)
treefa8f41de48ca75cf3b22f6e0209ed383b99ae4a1 /qt-ui/divelistview.h
parent93b5c0cd14fe33c80b801a0177e795462484f719 (diff)
downloadsubsurface-df464fcef12e04e0d6e6676a55049771cc075b12.tar.gz
Stub out a mark dive invalid function
Not sure I'll be able to finish this for 4.0 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r--qt-ui/divelistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h
index da7660e88..c20b6e822 100644
--- a/qt-ui/divelistview.h
+++ b/qt-ui/divelistview.h
@@ -38,6 +38,7 @@ public slots:
void showSearchEdit();
void removeFromTrip();
void deleteDive();
+ void markDiveInvalid();
void testSlot();
void fixMessyQtModelBehaviour();
void mergeTripAbove();