X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientsettings.cpp;h=dc03468d10c4f9f92778f96883a645ada009b912;hb=28825f3c6c222c2828107c6627710f34b27b5066;hp=0b77903755340e2df7657ead8495d86c3f5ea4cc;hpb=b099603e2e1297ec41a354dc949729e4f77d7bbd;p=quassel.git diff --git a/src/client/clientsettings.cpp b/src/client/clientsettings.cpp index 0b779037..dc03468d 100644 --- a/src/client/clientsettings.cpp +++ b/src/client/clientsettings.cpp @@ -125,6 +125,7 @@ QVariantMap CoreAccountSettings::retrieveAccountData(AccountId id) { map["ProxyUser"] = oldmap.value("proxyUser"); map["ProxyPassword"] = oldmap.value("proxyPassword"); map["ProxyType"] = oldmap.value("proxyType"); + map["Internal"] = oldmap.value("InternalAccount"); map["AccountId"] = id.toInt(); map["Uuid"] = QUuid::createUuid().toString();