X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fdccconfig.h;h=67fd9ef2d2af82411eec397878fd58331a853637;hp=e35400a3205d019d06837ea4500be8423a2083bd;hb=cc21148ce02b9dd111e9821411846541187297bb;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650 diff --git a/src/common/dccconfig.h b/src/common/dccconfig.h index e35400a3..67fd9ef2 100644 --- a/src/common/dccconfig.h +++ b/src/common/dccconfig.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -88,16 +88,6 @@ public: */ DccConfig(QObject* parent = nullptr); - /** - * Assignment operator. - * - * @note Only assigns properties relevant for config management! - * - * @param[in] other Right-hand side instance - * @returns The updated instance - */ - DccConfig& operator=(const DccConfig& other); - /** * Equality operator. *