cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / src / common / serializers / serializers.cpp
index 139b053..4d1e5ae 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2019 by the Quassel Project                        *
+ *   Copyright (C) 2005-2022 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -255,6 +255,7 @@ bool Serializers::deserialize(QDataStream& stream, const Quassel::Features& feat
     info.serverList = fromVariantList<Network::Server>(i["ServerList"].toList());
     info.useRandomServer = i["UseRandomServer"].toBool();
     info.perform = i["Perform"].toStringList();
+    info.skipCaps = i["SkipCaps"].toStringList();
     info.useAutoIdentify = i["UseAutoIdentify"].toBool();
     info.autoIdentifyService = i["AutoIdentifyService"].toString();
     info.autoIdentifyPassword = i["AutoIdentifyPassword"].toString();