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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index 828c628d7..cfac072d2 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -79,6 +79,7 @@ public:
bool filesFromCommandLine() const;
void setPlanNotes(const char *notes);
void printPlan();
+ void checkSurvey(QSettings *s);
private
slots:
/* file menu action */
@@ -184,6 +185,7 @@ private:
bool plannerStateClean();
void createFakeDiveForAddAndPlan();
int fakeDiveId;
+ QDialog *survey;
};
#endif // MAINWINDOW_H