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
|
|
@ -76,11 +76,4 @@ private:
|
|||
bool useSelectedDives;
|
||||
};
|
||||
|
||||
class UserSurveyServices : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
QNetworkReply* sendSurvey(QString values);
|
||||
explicit UserSurveyServices(QWidget *parent = 0, Qt::WindowFlags f = 0);
|
||||
};
|
||||
|
||||
#endif // SUBSURFACEWEBSERVICES_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue