use the default constructor for empty QString and QByteArray constants

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Rolf Eike Beer 2019-04-01 23:17:17 +02:00 committed by Dirk Hohndel
parent ee0acb0d40
commit 2e59196e6b
3 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@
static const QString group = QStringLiteral("GeneralSettings");
QString qPrefGeneral::st_diveshareExport_uid;
static const QString st_diveshareExport_uid_default = "";
static const QString st_diveshareExport_uid_default;
bool qPrefGeneral::st_diveshareExport_private;
static const bool st_diveshareExport_private_default = false;