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:
Dirk Hohndel 2020-04-19 12:39:59 -07:00
parent 4fd4b75269
commit ad66297cfd
16 changed files with 3 additions and 458 deletions

View file

@ -188,11 +188,11 @@ other editors that implement this coding style, please add them here.
translation into other languages.
- like this
```
QString msgTitle = tr("Submit user survey.");
QString msgTitle = tr("Check for updates.");
```
- rather than
```
QString msgTitle = "Submit user survey.";
QString msgTitle = "Check for updates.";
```
This works by default in classes (indirectly) derived from QObject. Each