mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: remove user survey
We have never made good use of the results. Let's just remove it. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4fd4b75269
commit
ad66297cfd
16 changed files with 3 additions and 458 deletions
|
@ -74,7 +74,6 @@ public:
|
|||
void importFiles(const QStringList importFiles);
|
||||
void setToolButtonsEnabled(bool enabled);
|
||||
void printPlan();
|
||||
void checkSurvey();
|
||||
void setApplicationState(ApplicationState state);
|
||||
bool inPlanner();
|
||||
NotificationWidget *getNotificationWidget();
|
||||
|
@ -127,7 +126,6 @@ slots:
|
|||
/* other menu actions */
|
||||
void on_actionAboutSubsurface_triggered();
|
||||
void on_actionUserManual_triggered();
|
||||
void on_actionUserSurvey_triggered();
|
||||
void on_actionDivePlanner_triggered();
|
||||
void on_actionReplanDive_triggered();
|
||||
void on_action_Check_for_Updates_triggered();
|
||||
|
@ -217,7 +215,6 @@ private:
|
|||
void setupForAddAndPlan(const char *model);
|
||||
void configureToolbar();
|
||||
void setupSocialNetworkMenu();
|
||||
QDialog *survey;
|
||||
QDialog *findMovedImagesDialog;
|
||||
struct dive copyPasteDive;
|
||||
struct dive_components what;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue