diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-13 10:56:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-13 14:03:51 -0700 |
commit | cdd3b3d9cd5439cd56fb752e56a72045bed55f90 (patch) | |
tree | 76042136d2c7d68b1109ec45649970ad6e4a1dc6 /subsurface.pro | |
parent | 64236388e467dd149d285accdee74897a2a7c5a1 (diff) | |
download | subsurface-cdd3b3d9cd5439cd56fb752e56a72045bed55f90.tar.gz |
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 <dirk@hohndel.org>
Diffstat (limited to 'subsurface.pro')
-rw-r--r-- | subsurface.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/subsurface.pro b/subsurface.pro index d5ded8472..8245f75d4 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -81,7 +81,8 @@ HEADERS = \ qt-ui/profile/divetooltipitem.h \ qt-ui/profile/ruleritem.h \ qt-ui/updatemanager.h \ - qt-ui/divelogexportdialog.h + qt-ui/divelogexportdialog.h \ + qt-ui/usersurvey.h android: HEADERS -= \ qt-ui/usermanual.h \ @@ -158,7 +159,8 @@ SOURCES = \ qt-ui/profile/divetooltipitem.cpp \ qt-ui/profile/ruleritem.cpp \ qt-ui/updatemanager.cpp \ - qt-ui/divelogexportdialog.cpp + qt-ui/divelogexportdialog.cpp \ + qt-ui/usersurvey.cpp android: SOURCES += android.cpp else: linux*: SOURCES += linux.c @@ -188,7 +190,8 @@ FORMS = \ qt-ui/divelogimportdialog.ui \ qt-ui/usermanual.ui \ qt-ui/divelogexportdialog.ui \ - qt-ui/plannerSettings.ui + qt-ui/plannerSettings.ui \ + qt-ui/usersurvey.ui # Nether usermanual or printing is supported on android right now android: FORMS -= qt-ui/usermanual.ui qt-ui/printoptions.ui |