summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 662d07cc5..34acf2b67 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -62,6 +62,9 @@ private Q_SLOTS:
private:
Ui::MainWindow *ui;
DiveTripModel *model;
+ QString filter();
+ bool askSaveChanges();
+
};
#endif