X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetworkconfig.cpp;h=3ae0ae0c2c42df89b037c51c0a9b4f963872dc9f;hp=bdfb0dffea2f2a8073e7ed62665e095c66f9d411;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c diff --git a/src/core/corenetworkconfig.cpp b/src/core/corenetworkconfig.cpp index bdfb0dff..3ae0ae0c 100644 --- a/src/core/corenetworkconfig.cpp +++ b/src/core/corenetworkconfig.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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) {