X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fdccconfig.h;h=67fd9ef2d2af82411eec397878fd58331a853637;hp=565ddf8ead1fc0570f1310303483db7b24d56738;hb=cc21148ce02b9dd111e9821411846541187297bb;hpb=c820e4b0bb1aeab59d65f9024301f468159e2337 diff --git a/src/common/dccconfig.h b/src/common/dccconfig.h index 565ddf8e..67fd9ef2 100644 --- a/src/common/dccconfig.h +++ b/src/common/dccconfig.h @@ -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. *