예제 #1
0
DCOPRef::DCOPRef(const DCOPRef &ref) : d(ref.d)
{
    m_app = ref.app();
    m_obj = ref.obj();
    m_type = ref.type();
}