qt: soutchain: make soutchain copyable
Qt requires container elements to be copyable, https://bugreports.qt.io/browse/QTBUG-54685 but class with const members can't be copy-assignable. Remove the const values so that we can copy SoutChain. This patch fix the compilation with Clang 9.
Please register or sign in to comment