X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnetworkconfig.cpp;h=1c0eb379ad258e2c08711f817ae6b184a075a806;hp=066988f82117177e860cdfb4c868a3f21c04654c;hb=8582c2ad5708a1972c85bea1cf8d81ad3ece4814;hpb=a272baf28f926a9e66be767936dd38b6b4aa94da diff --git a/src/common/networkconfig.cpp b/src/common/networkconfig.cpp index 066988f8..1c0eb379 100644 --- a/src/common/networkconfig.cpp +++ b/src/common/networkconfig.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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) { }