From 54801aac3bd0d00bee744d860ec3fb994d5573b1 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Thu, 25 Aug 2016 18:06:01 +0200 Subject: [PATCH] Use a new config group so we don't conflict with older versions' config --- core/kdeconnectconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/kdeconnectconfig.cpp b/core/kdeconnectconfig.cpp index 435be04c7..b8870acff 100644 --- a/core/kdeconnectconfig.cpp +++ b/core/kdeconnectconfig.cpp @@ -39,7 +39,7 @@ #include "dbushelper.h" #include "daemon.h" -static const QString TRUSTED_DEVICES = QStringLiteral("trusted_devices"); +static const QString TRUSTED_DEVICES = QStringLiteral("trusted_devices_ssl"); struct KdeConnectConfigPrivate {