From 2e59196e6b8d1f5461cddfc119d37c40e0027776 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 1 Apr 2019 23:17:17 +0200 Subject: use the default constructor for empty QString and QByteArray constants Signed-off-by: Rolf Eike Beer --- core/settings/qPrefGeneral.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/settings/qPrefGeneral.cpp') diff --git a/core/settings/qPrefGeneral.cpp b/core/settings/qPrefGeneral.cpp index 9254a8c51..c0e8026fe 100644 --- a/core/settings/qPrefGeneral.cpp +++ b/core/settings/qPrefGeneral.cpp @@ -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; -- cgit v1.2.3-70-g09d2