Preferences UI: final cleanup

This commit does some final cleaning up to the code, mostly deleting
white space and comments.

Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
willemferguson 2019-12-12 10:28:04 +02:00 committed by Dirk Hohndel
parent 42a85dfa7e
commit 6212bb6721
18 changed files with 40 additions and 37 deletions

View file

@ -2,7 +2,6 @@
#include "qPrefGeneral.h"
#include "qPrefPrivate.h"
static const QString group = QStringLiteral("GeneralSettings");
QString qPrefGeneral::st_diveshareExport_uid;
@ -17,7 +16,6 @@ qPrefGeneral *qPrefGeneral::instance()
return self;
}
void qPrefGeneral::loadSync(bool doSync)
{
disk_defaultsetpoint(doSync);