From cdd3b3d9cd5439cd56fb752e56a72045bed55f90 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Jun 2014 10:56:46 -0700 Subject: Start a user survey dialog The idea is that a week after the user starts using Subsurface we ask them if they would like to submit a survey response. If you are running a development build, don't wait seven days. This patch doesn't do anything with the user's selections, doesn't submit anything to our server, etc. It's just a placeholder to tune what we should ask, etc. Signed-off-by: Dirk Hohndel --- qt-ui/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-ui/mainwindow.h') 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 -- cgit v1.2.3-70-g09d2