From 4c0c28a4a4a9be72990c8c73659e05aed4df326a Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Mon, 11 Dec 2017 03:41:54 +0100 Subject: [PATCH] Ref T203, renamed to update settings --- .../{distributionsettings.h => updatesettings.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/blackcore/application/{distributionsettings.h => updatesettings.h} (91%) diff --git a/src/blackcore/application/distributionsettings.h b/src/blackcore/application/updatesettings.h similarity index 91% rename from src/blackcore/application/distributionsettings.h rename to src/blackcore/application/updatesettings.h index 7d25be363..a8e76e654 100644 --- a/src/blackcore/application/distributionsettings.h +++ b/src/blackcore/application/updatesettings.h @@ -9,8 +9,8 @@ //! \file -#ifndef BLACKCORE_APPLICATION_DISTRIBUTIONSETTINGS_H -#define BLACKCORE_APPLICATION_DISTRIBUTIONSETTINGS_H +#ifndef BLACKCORE_APPLICATION_UPDATESETTINGS_H +#define BLACKCORE_APPLICATION_UPDATESETTINGS_H #include "blackcore/application.h" #include "blackconfig/buildconfig.h" @@ -31,7 +31,7 @@ namespace BlackCore //! \copydoc BlackMisc::TSettingTrait::defaultValue static const QStringList &defaultValue() { - // guessing / preseting some default values + // guessing / preset-ing some default values static const QStringList d = (sApp && !sApp->getUpdateInfo().isEmpty()) ? sApp->getUpdateInfo().anticipateMyDefaultChannelAndPlatform() : // from cached or loaded update info QStringList({ "STABLE", BlackMisc::CPlatform::currentPlatform().getPlatformName()});