aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotesettings
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-07-08 16:56:05 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2019-07-10 11:54:26 +0000
commit9ae282b6712a47df87dc5beae711ad180e8a07c5 (patch)
tree119ea2675d431cd050cdfd0fbfb7060ba2f688a8 /src/remotesettings
parent35d1bac98d852a1b0af7ad1cac499fd4608f8a13 (diff)
[settings] rename left-over Pelagicore with Luxoft Sweden AB
- Pelagicore is not exist as a company anymore - in order to use the same config folder for settings file, all left-over Pelagicore names are replaced with Luxoft Sweden AB Task-number: AUTOSUITE-1061 Change-Id: I6ff22a99768b1a27139f766ffc4bfe87922136e1 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com>
Diffstat (limited to 'src/remotesettings')
-rw-r--r--src/remotesettings/app/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remotesettings/app/client.cpp b/src/remotesettings/app/client.cpp
index 876c47fa..b50279e1 100644
--- a/src/remotesettings/app/client.cpp
+++ b/src/remotesettings/app/client.cpp
@@ -49,7 +49,7 @@ Client::Client(QObject *parent) : QObject(parent),
m_driveDataPort(defaultDriveDataPort),
m_connected(false),
m_timedOut(false),
- m_settings(QStringLiteral("Pelagicore"), QStringLiteral("NeptuneCompanionApp"))
+ m_settings(QStringLiteral("Luxoft Sweden AB"), QStringLiteral("NeptuneCompanionApp"))
{
setStatus(tr("Not connected"));
connect(&m_connectionMonitoringTimer, &QTimer::timeout, this, &Client::onCMTimeout);