mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
ee0acb0d40
commit
2e59196e6b
3 changed files with 9 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
static const QString group = QStringLiteral("UpdateManager");
|
||||
|
||||
QString qPrefUpdateManager::st_uuidString;
|
||||
static const QString st_uuidString_default = "";
|
||||
static const QString st_uuidString_default;
|
||||
|
||||
qPrefUpdateManager::qPrefUpdateManager(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue