Use a new config group so we don't conflict with older versions' config

This commit is contained in:
Albert Vaca 2016-08-25 18:06:01 +02:00
parent 0774020899
commit 54801aac3b

View file

@ -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 {