X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetworkconfig.cpp;h=1c0eb379ad258e2c08711f817ae6b184a075a806;hp=bb18d48d390eaa34c9dc0a052534be98e34dffaa;hb=8582c2ad5708a1972c85bea1cf8d81ad3ece4814;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/common/networkconfig.cpp b/src/common/networkconfig.cpp index bb18d48d..1c0eb379 100644 --- a/src/common/networkconfig.cpp +++ b/src/common/networkconfig.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -20,17 +20,8 @@ #include "networkconfig.h" -INIT_SYNCABLE_OBJECT(NetworkConfig) NetworkConfig::NetworkConfig(const QString &objectName, QObject *parent) - : SyncableObject(objectName, parent), - _pingTimeoutEnabled(true), - _pingInterval(30), - _maxPingCount(6), - _autoWhoEnabled(true), - _autoWhoInterval(90), - _autoWhoNickLimit(200), - _autoWhoDelay(5), - _standardCtcp(false) + : SyncableObject(objectName, parent) { }