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
|
@ -17,9 +17,6 @@ static const QString st_lastDir_default;
|
|||
QString qPrefDisplay::st_theme;
|
||||
static const QString st_theme_default = QStringLiteral("Blue");
|
||||
|
||||
QString qPrefDisplay::st_userSurvey;
|
||||
static const QString st_userSurvey_default;
|
||||
|
||||
QByteArray qPrefDisplay::st_mainSplitter;
|
||||
static const QByteArray st_mainSplitter_default;
|
||||
|
||||
|
@ -61,7 +58,6 @@ void qPrefDisplay::loadSync(bool doSync)
|
|||
if (!doSync) {
|
||||
load_tooltip_position();
|
||||
load_theme();
|
||||
load_userSurvey();
|
||||
load_mainSplitter();
|
||||
load_topSplitter();
|
||||
load_bottomSplitter();
|
||||
|
@ -186,8 +182,6 @@ HANDLE_PROP_QSTRING(Display, "Theme/currentTheme", theme);
|
|||
|
||||
HANDLE_PROP_QPOINTF(Display, "ProfileMap/tooltip_position", tooltip_position);
|
||||
|
||||
HANDLE_PROP_QSTRING(Display, "UserSurvey/SurveyDone", userSurvey);
|
||||
|
||||
HANDLE_PROP_QBYTEARRAY(Display, "MainWindow/mainSplitter", mainSplitter);
|
||||
|
||||
HANDLE_PROP_QBYTEARRAY(Display, "MainWindow/topSplitter", topSplitter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue