X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fdccconfig.h;h=becb2618255be10067c11f716fbd1887a1298031;hb=673ded0d543cbdc2cf6e746b6bee7c1d21af8f90;hp=e35400a3205d019d06837ea4500be8423a2083bd;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/common/dccconfig.h b/src/common/dccconfig.h index e35400a3..becb2618 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-2020 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. *