X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcorenetworkconfig.cpp;h=3ae0ae0c2c42df89b037c51c0a9b4f963872dc9f;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=a18f231c709565a756d05358263d3b4b239e111d;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/core/corenetworkconfig.cpp b/src/core/corenetworkconfig.cpp index a18f231c..3ae0ae0c 100644 --- a/src/core/corenetworkconfig.cpp +++ b/src/core/corenetworkconfig.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -22,7 +22,6 @@ #include "coresession.h" #include "corenetworkconfig.h" -INIT_SYNCABLE_OBJECT(CoreNetworkConfig) CoreNetworkConfig::CoreNetworkConfig(const QString &objectName, CoreSession *session) : NetworkConfig(objectName, session) {