common: Remove the copy assignment operator from DccConfig
[quassel.git] / src / common / dccconfig.h
index 565ddf8..67fd9ef 100644 (file)
@@ -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.
      *