Switch to unified view

a/upqo/renderingcontrol_qo.h b/upqo/renderingcontrol_qo.h
...
...
40
                emit volumeChanged(value);
40
                emit volumeChanged(value);
41
            } else if (!strcmp(nm, "Mute")) {
41
            } else if (!strcmp(nm, "Mute")) {
42
                emit muteChanged(value);
42
                emit muteChanged(value);
43
            }
43
            }
44
        }
44
        }
45
    void changed(const char */*nm*/, const char */*value*/)
45
    void changed(const char * /*nm*/, const char * /*value*/)
46
        {
46
        {
47
            //qDebug()<< "RDR: Changed: " << nm << " : " << value << " (char*)";
47
            //qDebug()<< "RDR: Changed: " << nm << " : " << value << " (char*)";
48
        }
48
        }
49
49
50
    int volume() {return m_srv->getVolume();}
50
    int volume() {return m_srv->getVolume();}